Odds and Ends that helped myself along the way
Repository will be updated as along side Flow. requests welcome!
-
Special Characters 2.py
- Increased functionality of built-in example
Special Characters.py - see README for more info.
- Increased functionality of built-in example
-
undo_redo.py ⟿
- Simple Undo/Redo Delegate for a
ui.TextView
- Simple Undo/Redo Delegate for a
-
Space Escape ⟿
- Game writing to help others get started using Pythonista's
scenemodule. - Code is written use different styles of implementing aspects of the game to show flexibility of game deign.
- All images are Pythonista Built-in so the user can focus on the code instead of getting anything imported.
- the game itself has a few bugs and are due to using different styles in one script the way i have. they are easy to fix but doing so effects the purpose so i left them.
- i may add to this in the future but nothing set in stone. i did want o have menus, character creation, sound and multiple levels but was pressed on time from self set goals
- Game writing to help others get started using Pythonista's
-
TickManager.py
- Simple clasd to provide updating to any class ⇢