pynasour
pynasour copied to clipboard
chrome dino clone in python 3
Pynasour
Chrome T-Rex's clone in Python 3 using retro game engine pyxel .
kitao/pyxel: A retro game engine for Python

Features
- Avoid enemies with SPACE key.
- Cool SoundEffect and BGM.
- High score is kept in local.
- Feel free to use sprite.
![]()
Installation
Windows
# Python>=3.6.8
pip install pynasour
Mac
brew install python3 gcc sdl2 sdl2_image gifsicle
# Python>=3.6.8
pip install pynasour
Linux
sudo apt install python3 python3-pip libsdl2-dev libsdl2-image-dev gifsicle
pip install pynasour
For more details, please refer to the following link.
kitao/pyxel README.md at v1.1.8
License
Pynasour is under MIT license. It can be reused within proprietary software provided that all copies of the licensed software include a copy of the MIT License terms and the copyright notice.