https://github.com/lgor360/catgamegtk
tamagochi but on PyGObject!
https://github.com/lgor360/catgamegtk
cats games gobject-introspection gtk3 linux linux-games pygobject python3 python3-games tamagotchi
Last synced: 8 months ago
JSON representation
tamagochi but on PyGObject!
- Host: GitHub
- URL: https://github.com/lgor360/catgamegtk
- Owner: lgor360
- License: mit
- Created: 2024-11-23T09:08:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-30T15:44:28.000Z (over 1 year ago)
- Last Synced: 2024-11-30T16:29:12.271Z (over 1 year ago)
- Topics: cats, games, gobject-introspection, gtk3, linux, linux-games, pygobject, python3, python3-games, tamagotchi
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# catgameGTK
yup. i just recode my "catgame" project to python :3




## how to install
### from .deb file
1. download .deb file from latest release
2. install deb package. recommended:
```bash
sudo apt install ./catgamegtk.deb
```
3. all done!
### from source code
1. run this command if you have apt:
```bash
sudo apt install python3-gi python3-requests python3-notify2
```
or this commands if you have pip (pipx):
```bash
pip install PyGObject
pip install requests
pip install notify2
```
2. just "git clone" this repository (or download source code from release) to some folder in your home directory.
3. go to game folder and run catgamegtk file
```bash
./catgamegtk
```
4. all done!
you also need to create a .desktop file for app! just create org.Igor360.catgameGTK.desktop in ~/.local/share/applications (i dont remember the exact path) and paste this intro file:
```
[Desktop Entry]
Type=Application
Name=catgameGTK
Comment=tamogochi but on PyGObject!
Icon=/part/to/icon.png
Exec=./catgamegtk
Path=/path/to/gamefolder
Actions=
Categories=Game;#
```
replace /path/to/gamefolder with real path to game folder! like this:
```
Path=/home/igor/catgameGTK
```
also do this with /part/to/icon.png
```
Icon=/home/igor/catgameGTK/data/icon.png
```
# roadmap
i create some markdown table :3
|version|innovation|status|
|-|-|-|
|2.0|seal mode🦠and shadows|all done!|
|2.1|fixer (if i will upgrade paths to pets images again)|not started|
|2.2|new hats!|not started|
|2.3|custom hats!|not started|
|2.4|mini games!|not started|
|2.5|big update of cats feelings!|not started|
|2.6|CUSTOM CATS!!!!|not started|
|2.7|new settings (using Gtk.TreeView)|not started|
|2.8|windows support|not started|