Cleanly1 / wu19-gameover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake Pit

This is a desktop game called Snake Pit inspired by the 1995 classic Achtung, die Kurve! It was built using third-party WebGL framework p5.js, (vanilla) JavaScript, CSS and HTML. All of the code in this project was developed together by Jesper Lundqvist and Dominic Kersch using either Discord screen-sharing or pair programming methods.

Auhtors

About This Project

  • Snake Pit is a multiplayer snake game which supports 2-4 players.
  • Choose the number of players, enter your players' names as well as a target number of rounds.
  • Win rounds by being the last remaining snake to avoid collision with other snake tails (or your own).
  • Each snake's tail will periodically leave a gap which, used tactfully, can be used to pass through another snake.
  • The first player to defeat all other opponents by two rounds after reaching the target wins the game.

Play Online

Preview

Clone the Project Files

  • Clone the repository using git clone https://github.com/AltDom/wu19-gameover.git in your chosen bash terminal.
  • Enter the project folder using the command cd wu19-gameover/.
  • Run the project in your default editor using the command code ..
  • Go live in your chosen browser.

Pull Request Log

Game Testers

  • Group 04 - Andreas Lindberg and Viktor Sjöblom
  • Group ?? - ?? and ??
  • Annie Neikter
  • Erik Johansson
  • Jack Norris
  • Luke Rodely

Code Review by Emelie Petersson and Oskar Turesson

License

This assignment is licensed under the MIT License. You can get all the details here.

About

License:MIT License


Languages

Language:JavaScript 69.3%Language:CSS 16.7%Language:HTML 14.0%