A simple 8-bit Python Tamagotchi game made with Pyxel.
Assets done by author
Using pyxel
as a simple Python game engine to expirement making a tamagochi style game.
$ git clone https://github.com/Moon-developer/tamagochi
$ cd tamagochi
$ pip install -r requirements.txt
$ python main.py
KEY_LEFT => move left
KEY_RIGHT => move right
KEY_UP => move up
KEY_DOWN => move down
KEY_1 => change to bedroom
KEY_2 => change to kitchen
KEY_3 => change to bathroom
KEY_Q => quit game