This is a text based command line port of the phone game Neko Atsume.
This game runs in Python; to play the game do the following from a terminal:
git clone https://github.com/SwartzCr/nekoatsume.git
cd nekoatsume
./nekoatsume.py
This builds all required database objects and begins your game:
The game doesn't currently obfurscate its data directory, stored as a large
JSON file in var/data.json
that gets read between plays.
This should work Python 2 and 3; it requires the time
, datetime
,
and json
modules.
TODOs:
- Balance income with cost of items and cat arrival frequency
- Add more items
- Include fuzzy string matching for commands