https://github.com/totaltechgeek/tajtetrisgame
A game that advanced our team to Nationals, second year in a row.
https://github.com/totaltechgeek/tajtetrisgame
Last synced: about 1 year ago
JSON representation
A game that advanced our team to Nationals, second year in a row.
- Host: GitHub
- URL: https://github.com/totaltechgeek/tajtetrisgame
- Owner: TotalTechGeek
- Created: 2015-07-21T01:22:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T04:15:34.000Z (almost 11 years ago)
- Last Synced: 2025-02-01T17:13:46.816Z (over 1 year ago)
- Language: C#
- Size: 254 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TajTetrisGame
### Welcome
This was a project written for the second year I participated in the Software Engineering Team competition. You are given several months to develop a software project and a prompt to fulfill.
The prompt this year was a game similar to titles like Tetris or Dr. Mario.
No libraries (except for rendering libraries) were allowed. We designed all the code you see here.
### Goal and Uniqueness Of This Project
This game featured an in-game drag and drop code editor, as well as an animation tool, as well as a Texture tool. You could design levels that you'd mix with Tetris.
Rather than having static textures, we used bezier curves that would be computed from the animation file. This was easily compressible and allowed us to fit a lot of animation into our game.
### Contest Information
For information on the contest this year, check out :
http://web.archive.org/web/20141216224920/http://bpatechnical.org/
### How did it do?
It advanced to Nationals and ranked in the top ten teams.