Skip to content

kamilambert/browser-games

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform Game

Specifications

General

  • 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.

Generic Platform Game

  • 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

Browser Games

A collection of games to play in a web browser. See the full list of games in the games.md file.

Installation and Setup

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!

About

A collection of games to play in a web browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.3%
  • CSS 2.5%
  • HTML 1.2%