Nekoyume is world's first MMORPG based on Blockchain.
- Nekoyume is entirely decentralized MMORPG game.
- Nekoyume uses Dungeon World as a basic rule.
- To use randomness on the blockchain, This project implemented Hash random. (see white paper.)
- Python >= 3.6
- Redis
- SQLite >= 3.16.0
- gmp
- (Recommended) PostgreSQL >= 9.5
$ pip install nekoyume
$ nekoyume init
$ git clone git@github.com:nekoyume/nekoyume.git
$ cd nekoyume
$ mkvirtualenv -p $(which python3.6) -a $(pwd) nekoyume
$ pip install -e .[dev,test]
$ pip install honcho
$ curl https://raw.githubusercontent.com/nekoyume/nekoyume/master/Procfile > Procfile
$ PORT=5000 honcho start
$ nekoyume neko