Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 305 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 305 Bytes

Pythonista UI Games

Some beginner games I made with the UI module in Pythonista. Most are WIP.

rps.py

A rock, paper, scissors game.

guessing.py

A basic guessing game. Hint: Guess 499 each time to get the best possible outcome ;)

TicTacToe.py

A tic tac toe game.