Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 557 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 557 Bytes

TailsGame

tailsgame is a stupid floppy disk console PLEASE EDIT CONFIG.JSON

Requirements

pygame

How do I make a game??

You need a floppy disk (or some storage media) and you need to make a python script on the root of the drive called game.py and a function called start(path) with the game stuff (i would use pygame, but you can use whatever.) also, you can use the path var to get the local disk path.

What systems does it work on?

Linux. (I used arch linux to create this) If you want to try to add support for windows, you can open a PR!