An open API service indexing awesome lists of open source software.

https://github.com/akuli/html-games

My versions of classic games written in HTML, JavaScript and CSS
https://github.com/akuli/html-games

Last synced: 10 months ago
JSON representation

My versions of classic games written in HTML, JavaScript and CSS

Awesome Lists containing this project

README

          

# HTML Games

This repository contains my implementations of classic games for web
browsers. [Click here](https://akuli.github.io/html-games/) to play.

Here are some screenshots:

![Bubble shooter screenshot.](screenshots/bubbleshooter.png)

![Minesweeper screenshot.](screenshots/minesweeper.png)

## Developing the games

Clone the repository and run `server.py` with Python 3. Then go to
`localhost:8000` with your browser.

To lint the javascript code, install node and npm, and run these commands:

npm install
node_modules/eslint/bin/eslint.js js