Bachelor Project (thesis) @USI. Extension of https://github.com/carzaniga/flying-balls. A simple 2D simulation/game of flying balls and polygons
Go to file
2022-05-30 18:05:53 +02:00
.gitignore added gitignore 2019-07-05 16:04:57 +02:00
balls.cc basic modularization of ball and ball_face classes 2022-05-30 18:05:53 +02:00
balls.h basic modularization of ball and ball_face classes 2022-05-30 18:05:53 +02:00
c_index.cc first, basic transition to C++ 2022-05-30 15:59:45 +02:00
c_index.h basic modularization of ball and ball_face classes 2022-05-30 18:05:53 +02:00
game.cc first, basic transition to C++ 2022-05-30 15:59:45 +02:00
game.h cleared unused game framework declarations. 2022-05-30 16:02:25 +02:00
gravity.cc first, basic transition to C++ 2022-05-30 15:59:45 +02:00
gravity.h basic modularization of ball and ball_face classes 2022-05-30 18:05:53 +02:00
main.cc first, basic transition to C++ 2022-05-30 15:59:45 +02:00
Makefile fix: using CXX also as linker. 2022-05-30 18:03:41 +02:00
spaceship.cc first, basic transition to C++ 2022-05-30 15:59:45 +02:00
spaceship.h basic modularization of ball and ball_face classes 2022-05-30 18:05:53 +02:00
stats.cc first, basic transition to C++ 2022-05-30 15:59:45 +02:00
stats.h modularization: main, game, balls, c_index, spaceship, gravity 2021-12-11 21:32:48 +01:00