Language
C We were restricted to using C
Libraries Used
Overview
Software Engineering 100
Our first major project in DigiPen. With a team of 4 programmers, we were given half the trimester to come up with a game and developed it.
Our game is a 2D side scrolling platformer with different difficulty levels implemented. All the controls can be found under the Settings page. Take note that the game level will restart when the player falls off the platform. Remember that player’s can jump and hook onto the platform to prevent themselves from falling off the platform/enemy attack. Do note that there will be an alert zone where the player will be detected. When the enemy detects the player, bullets will be fired. Banana’s collected will be counted into the score.
Roles and Task
- Created the main game loop
- Created Player Movement and Swinging Skills
- Created Entity Player Detection
- Animated Text & NPC
Research Material
Summary
This was our introductory project into game development and there are many things that can be improved. The project was done while we were still learning Linear Algebra and C programming.