erikasf / browser-games

A collection of games to play in a web browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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.

License:MIT License


Languages

Language:CSS 40.9%Language:JavaScript 29.7%Language:HTML 29.5%