Python
During my time in high school, I took this class called Programming & Software Engineering. In this course, some things we learned were about the binary system and we learned to program using this programming language called Python. While deciding what to program can be hard sometimes, I thought about maybe writing up a revamped edition of this game I wrote in high school. The game was based in the time period of the Crusades, in which you, the crusader, used the mechanics of rock, paper, and scissors in order to capture cities in the holy lands. But because I lost the original source code of this game and I forgot some details of this game, I felt I would not be true to the original game I created if I did a revamped edition. Finally, I decided it would be a great idea to showcase my first program we had to copy in the textbook called "Automate the Boring Stuff with Python: Practical Programming for Total Beginners" by Al Sweigart found in the Your First Program section in the first programming course I took in high school. My first program I wrote below. Where it all began in my programming journey.

Development
You can browse this program's source code or get a copy using git with the following command:
git clone git://evanalba.com/languages