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.
- Host: GitHub
- URL: https://github.com/costava/chomp-online
- Owner: Costava
- License: gpl-3.0
- Created: 2017-12-30T05:17:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T02:22:33.000Z (about 3 years ago)
- Last Synced: 2025-02-02T02:11:21.359Z (over 1 year ago)
- Topics: chomp, css, electron, game, html, javascript, js, multiplayer, online
- Language: JavaScript
- Homepage:
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).


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