Difference between revisions of "Aaron's Independent Study"
Jump to navigation
Jump to search
Amweeden06 (talk | contribs) (→Getting Started) |
Amweeden06 (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | For my senior project I have been developing an educational computer game to teach digital logic. The working title is "Computer City: Sewers," since the game takes place in the lowest level of a city ( corresponding to digital logic, which is conceptually the lowest level of the computer architecture ). The game is puzzle-based and is written in C++ with the OpenGL API. | ||
+ | |||
= Hackathon = | = Hackathon = | ||
Revision as of 13:40, 20 February 2010
For my senior project I have been developing an educational computer game to teach digital logic. The working title is "Computer City: Sewers," since the game takes place in the lowest level of a city ( corresponding to digital logic, which is conceptually the lowest level of the computer architecture ). The game is puzzle-based and is written in C++ with the OpenGL API.
Hackathon
Getting Started
github is the source code control of choice for this project. Below are the instructions for downloading the source code from github:
- Set up an account at github (it's free)
- On a shell, type the following:
# $ mkdir Sewers # $