https://github.com/totaltechgeek/aetherquest
AetherQuest, a video game written for BPA. Advanced to Nationals.
https://github.com/totaltechgeek/aetherquest
Last synced: about 1 year ago
JSON representation
AetherQuest, a video game written for BPA. Advanced to Nationals.
- Host: GitHub
- URL: https://github.com/totaltechgeek/aetherquest
- Owner: TotalTechGeek
- Created: 2015-07-21T01:09:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T05:24:29.000Z (over 10 years ago)
- Last Synced: 2025-02-01T17:13:51.945Z (over 1 year ago)
- Language: C#
- Size: 44.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AetherQuest
### Welcome
This was a project I wrote for a the Business Professionals of America Software Engineering Team competition. It placed in the the top ten games in 2014.
The project asked us to make a retro-side scroller game, and we opted to make a random dungeon generation game, with lighting, random loot, and monsters.
We had several months to implement and design it in our free time, while juggling responsibilities like High School and extracurricular activities like Marching Band.
We were not allowed to use game engine libraries (except for rendering usage), and implemented the game ourselves. I had no prior experience to making games before this, or graphics, or handling input myself, aside from a quick HTML engine.
### Sample Image

### Some Notes
The lighting was done by creating a shadowmap. Lighting was applied to the shadowmap, to make it lighter, then the shadows were drawn to the screen.
The music was made from midi files we composed, put through a filter to make it sound 8-bit.
We tried using some design patterns we had just learned at the time, like factory methods. We were not very experienced developers.
### Contest Information
For information on the contest that year :
http://web.archive.org/web/20140517040742/http://bpatechnical.org/
### YouTube Video
For a video of the game :
https://www.youtube.com/watch?v=9EoDl1o76hQ
### Soundcloud
For some of the music from the game :
https://soundcloud.com/jesse-mitchell-9/sets/aetherquest
### How did it do?
It advanced us to Nationals. We placed in the top ten teams.