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:03:41 +02:00
.gitignore added gitignore 2019-07-05 16:04:57 +02:00
balls.cc first, basic transition to C++ 2022-05-30 15:59:45 +02:00
balls.h modularization: main, game, balls, c_index, spaceship, gravity 2021-12-11 21:32:48 +01:00
c_index.cc first, basic transition to C++ 2022-05-30 15:59:45 +02:00
c_index.h modularization of c_index, basic balls data. 2021-12-01 20:18:19 +01: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 (gravity) added radial, Newtonian (1/r^2) force field 2021-12-12 00:36:07 +01: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 modularization: main, game, balls, c_index, spaceship, gravity 2021-12-11 21:32:48 +01: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