https://github.com/pyk/rnmg
Random Number Memory Game - A game project for Artificial Intelligence course 2016 at Department of Mathematics, Airlangga University
https://github.com/pyk/rnmg
Last synced: about 1 year ago
JSON representation
Random Number Memory Game - A game project for Artificial Intelligence course 2016 at Department of Mathematics, Airlangga University
- Host: GitHub
- URL: https://github.com/pyk/rnmg
- Owner: pyk
- License: other
- Created: 2016-11-19T18:06:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-20T15:33:16.000Z (over 9 years ago)
- Last Synced: 2025-02-07T17:23:05.396Z (over 1 year ago)
- Language: JavaScript
- Size: 122 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Random Number Memory Game
A game project for Artificial Intelligence subject 2016 Department of Mathematics, Airlangga University
## Setup & Run
```bash
# Install dependencies
npm install
# Run the game
npm start
```
#### License [BSD-3-Clause](LICENSE.md)