Raspberry Pi Demonstration at Pflugerville Public Library
2018 - November RoguePython
written in Python
If you were around computer games in the early days,
then you are very likely familiar with RPG Rogue style game.
Among the first RPGs to be available on computers,
the Rogue Style game is where many RPGs started.
The MAJORITY of this code is from a tutorial from
Mike Azhain.
You can see his original tutorial at
https://www.youtube.com/channel/UCYpYQNHs2NN-J-UC7Pn4G5A
with his YouTube handle of The Terrible Programmer
To check out our version:
-Download the all the game resources at
git clone https://github.com/MJRaynor/RougeGame
Controls for game:
Arrow Keys - Move your character
G - Get an Item
D - Drop an Item
S - Get current status of character(Health,Attack,Defense
Shift+.(period) - Go up a level or down a level when you are on stairs
I - Inventory menu - use the mouse in menu screen to equip/remove or use an item
2018 - October StarCraft Defense
written in Python
I am a big fan of StarCraft!
Recently I had seen a tutorial for
a tower defense style game by
Julian Meyer. At the time he wrote this, he was 13!
You can find the original tutorial at:
https://www.raywenderlich.com/2795-beginning-game-programming-for-teens-with-python
I decided to take Julian's version of the game and cross it with SC!
To check out our version:
-Download the all the game resources at:
The file is called SCDefense.zip
https://drive.google.com/open?id=1vQW6NaqId8TLG9Q5o3iiBF9zuUbN_69y
SHA-256 : A123FCCA9F79782DB75F998722C09EBE9C5196D5E58F6192383EB03227724FC8
MD5 : DB58A521273ED51DB00E7EC23B54B068
or if you prefer you can clone the files from github via the command -
git clone https://github.com/MJRaynor/SCDefense
The game was tested on:
-Raspberry Pi 3B+
-Raspbian Stretch Version: October 2018-Kernel version: 4.14
-Python 2.7.13
-Game uses pygame modules
To start the game, run file
SCDefense.py
A,S,D,W to move character
Use your mouse to aim
Left Click on your mouse to Fire
Fonts from https://www.dafont.com/starcraft.font
Thanks to Blizzard for StarCraft!
https://www.blizzard.com/en-us/
2018 - October Stickman Game
written in Python
This is a great project for new programmers entering
the world of python!
This game is based off of the stick man game in
the book Python for Kids.
Go over to
https://nostarch.com/pythonforkids
and check out Jason R. Briggs great book!
To check out our version:
-Download the all the game resources at:
The file is called StickmanGame.zip
https://drive.google.com/open?id=1UjHLiCtV1bfR5RW2R4RzkB12HCteQMgm
SHA-256 : 2BF44453D0C2CB421CCB5473592CF814AF0A40B02BF3529A20873A2896030F2D
MD5 : D90292213FB6D4BEA66EDE2AC4D77EAA
or if you prefer you can clone the files from github via the command -
git clone https://github.com/MJRaynor/StickmanGame
The game was tested on:
-Raspberry Pi 3B+
-Raspbian Stretch Version: October 2018
-Kernel version: 4.14
-Python 2.7.13
To start the game, run file
stickmangame.py
Right arrow & Left arrow control
Right & Left movement of Stickman
Space Key makes Stickman Jump
Thanks for playing!
2018 - September Digital Wifi Library
This is my take on the Adafruit Digital Free Library
https://learn.adafruit.com/digital-free-library/what-youll-need
All you need to do is:
-Download the ISO file located at
https://drive.google.com/open?id=1zjJhktaZBaO6CO8NPXI2fs00evV6EmxZ
Files is called FreeDigitalWifiLibrary.img
Warning! The img file is 15GB
SHA-256 : 608B9180156A94F67C8089B0FBEDC347BB315697A7939F9571E79F0B832C342D
MD5 : E54478BCC8F483A867D747388B21D845
-Burn it to a minimum 32GB SD card
On boot - it will run and start a WIFI access point called "Digital_Pi_Library"
Once you connect to the access pint, you can point your browser to the web address 10.0.0.1
You should see the Digital Library Website, complete with six starting free books!
The Apache Web server public files are located at /var/www/
Feel free to edit the main index.html file to suite your needs.
Ebooks are located in the "issues" folder
Preview images for the books are located in the "images" folder