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

https://github.com/costava/chomp-online

Two-player online Chomp game.
https://github.com/costava/chomp-online

chomp css electron game html javascript js multiplayer online

Last synced: 2 months ago
JSON representation

Two-player online Chomp game.

Awesome Lists containing this project

README

          

Chomp Online
============

Two-player online [Chomp](https://en.wikipedia.org/wiki/Chomp) game.
Standalone cross-platform application using [Electron](https://github.com/electron/electron).

![Game board](https://i.imgur.com/nJBN3it.png)

![Main menu](https://i.imgur.com/JVW6LkE.png)

Development
-----------

- Install [Node.js](https://nodejs.org).
- Fork the repo.
- Navigate to the directory and run `npm install`
- Make changes and run `npm run dev-build` to build and launch the app
- Use `npm run launch-app` to launch a second instance (no need to rebuild)
- Make a pull request

License
-------

GNU General Public License Version 3. See file `LICENSE`.