Coding projects in python for games and visualizations DK
Invent your own computer games with python
O'reilly Python for Data Analysis, 2nd edition
-
robotbulider.py uses turtle to draw a robot using python turtle graphics.
-
starrysky.py uses turtle to draw a screen with stars of different lengths.
-
kaleido-spiral.py uses turtle to draw lots of square and circle patterens on the screen.
-
mutant_rainbow.py uses turtle to draw a turtle dashing across the screen with different highlighted colors.
-
screenPet.py uses tkinter to draw a character on the screen uses a shapeMethod and x-y cord way of mapping image, event based
-
snake.py is a game that uses two arrows and plays like the normal snake where you try to get the green arrow and increase the size of the arrows. You get a game over by hitting the walls of the window. Game also keeps track of score increasing by increments of 10.
-
starGuardiansTreeGraphStories.py The lore of star guardians is you should always Please to meet you! Shine Bright
-
chat.py A simple server that allows you to capture text data messages over network protocol
-
countdown_calendar.py Doesn't work completely just a design for striping a textfile and making it into a calendar using datetime from python
-
hangman.py A simple text game of hangman using animals
-
getweatherdata.py uses an api to grab current weather data and display it on a basic gui
Using jupyer notebook and numpy to create coding examples for the chapters in the O'reilly book Ex. chapter2.ipynb Chapter 3.ipynb chapter4.ipynb chapter5.ipynb chapter6.ipynb chapter8.ipynb
- sonartreasurehunt.py Sonar Treasure Hunt is a python based game to functions like minesweeper where you select a position on the board and the board will display the distance to the sonar treasure chest