Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.26 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.26 KB

Dinosaur Tactic

Get away from dinosaurs as a cavemen in the Pre Historic Period.

How to play

  1. Download and run main.exe
  2. Press space to start (Mute music by M)
  3. W, D, S to move
  4. Earn point by collecting food

Image

image

image

Comming Feats

  • Inventory system
  • Power up
  • Combat system
  • Shop
  • Bosses

For developer

Clone the repo git clone https://github.com/kipiiler/Dino/

Requirements
Python 3.10 or above
pip 22.2 or above
pyxel 1.7.1

Python with specfic version: py -3.? -m pip ...
List all version python: py --list

Useful command

  • Download package: pip install -r requirement.txt
  • Make changed and run the file: pyxel run main.py
  • Open and edit the assets file: pyxel edit assets/resources.pyxres
  • Compile into executable file: nuitka --standalone --onefile --windows-disable-console --include-data dir=PATH_TO_ASSET_FOLDER=assets main.py