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

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

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)