Skip to content

dannyso16/pynasour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pynasour

Chrome T-Rex's clone in Python 3 using retro game engine pyxel .

kitao/pyxel: A retro game engine for Python

play


Features

  • Avoid enemies with SPACE key.
  • Cool SoundEffect and BGM.
  • High score is kept in local.
  • Feel free to use sprite.

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.