Skip to content

dahlia/nekoyume

 
 

Repository files navigation

Nekoyume

build coverage pypi chat

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

Dependencies

Installation

Installation to local environment

$ pip install nekoyume
$ nekoyume init

Installation to Heroku

deploy

Installation for Development

$ git clone git@github.com:nekoyume/nekoyume.git
$ cd nekoyume
$ mkvirtualenv -p $(which python3.6) -a $(pwd) nekoyume
$ pip install -e .[dev,test]

Launching Node

$ pip install honcho
$ curl https://raw.githubusercontent.com/nekoyume/nekoyume/master/Procfile > Procfile
$ PORT=5000 honcho start

Mining

$ nekoyume neko

About

Decentralized MMORPG based on Dungeon World

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 65.2%
  • HTML 34.3%
  • Dockerfile 0.5%