Skip to content
/ nekoyume Public
forked from nekoyume/nekoyume

Decentralized MMORPG based on Dungeon World

License

Notifications You must be signed in to change notification settings

ChJR/nekoyume

 
 

Repository files navigation

Nekoyume

build coverage pypi chat gitter

Nekoyume is the first MMORPG based on blockchain.

  • Nekoyume is entirely decentralized MMORPG game.
  • Nekoyume uses Dungeon World as a basic rule.
  • To achieve randomness on the blockchain, this project implements Hash random. (Read white paper for details.)

Dependencies

Installation

Installation to local environment

$ pip install nekoyume
$ nekoyume init

Installation to Heroku

deploy

Installation for development

$ git clone [email protected]: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.7%
  • HTML 33.5%
  • Dockerfile 0.8%