- Artifact produced is a fork of the browser-games repo.
- Variables, functions, files, etc. have appropriate and meaningful names.
- HTML, CSS, and JS files are well formatted with proper spacing and indentation.
- There is a clear separation of game logic code from view/rendering code.
- All major features are added via pull requests with a clear description and concise commit messages.
- The artifact produced is properly licensed, preferably with the MIT license.
- Game can be found at
public/platform.html - Game is playable by one player
- Game follows rules established in tutorial
- Game page is linked from
public/index.html
A collection of games to play in a web browser. See the full list of games in the games.md file.
Clone the repo, install npm dependencies, and start the server:
$ git clone [email protected]:GuildCrafts/browser-games.git
$ cd browser-games
$ npm install
...
$ npm start
...
Starting up http-server, serving ./public
Available on:
http://127.0.0.1:4321
http://10.0.1.11:4321
Then open http://localhost:4321/ in your browser of choice and play away!