Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 568 Bytes

README.MD

File metadata and controls

21 lines (15 loc) · 568 Bytes

Python Nibbles

This is the code from the tutorial on youtube where we create the snake game in Python using the Pyxel engine.

Check out the tutorial here

Requirements

Building Executable

You can use the pyxel tool pyxelpackager

You will need PyInstaller installed to do this

pyxelpackager main.py

When the process is complete, a stand-alone executable is created in the dist folder.