Gperez88 / tamagochi

A simple 8-bit python Tamagochi game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pygotchi

A simple 8-bit Python Tamagotchi game made with Pyxel.
Assets done by author

About

Pylint
Using pyxel as a simple Python game engine to expirement making a tamagochi style game.

note: game still in early development

Setup

$ git clone https://github.com/Moon-developer/tamagochi
$ cd tamagochi
$ pip install -r requirements.txt
$ python main.py

Controls

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

Showcase

showcase

About

A simple 8-bit python Tamagochi game

License:Apache License 2.0


Languages

Language:Python 100.0%