A clone of the classic River Raid arcade game, built using C and the Raylib graphics library. Developed for the course Data Structures and Programming Techniques, this project emphasizes modular game design, state management, graphical rendering, and responsive user input.
- Δημήτριος Χρυσός – 1115202100275
- Check
report.mdand instructions for more details.
You control a fighter jet flying along a river. Your mission is to:
- Avoid or destroy warships, helicopters, and bridges
- Shoot missiles to eliminate enemies (1 missile at a time)
- Earn points for each object destroyed
- Cover as much distance as possible without crashing
Enemies and terrain behave dynamically:
- Helicopters move faster than ships
- Crashes with terrain or enemies end the game
- The game speeds up and generates new obstacles as you progress
- Docs: See
raylib.hor Raylib C API
Project for:
Data Structures and Programming Techniques — Project 1
Instructions: https://k08.chatzi.org/2022/projects/project1/
Semester: Spring 2022
Instructor: k08 team (k08.chatzi.org)