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
- Host: GitHub
- URL: https://github.com/akuli/html-games
- Owner: Akuli
- License: mit
- Created: 2019-04-02T18:21:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T21:26:39.000Z (almost 3 years ago)
- Last Synced: 2025-01-31T16:18:01.275Z (12 months ago)
- Language: JavaScript
- Homepage: https://akuli.github.io/html-games/
- Size: 172 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:


## 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