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
2021-12-11 22:29:55 +01:00
.gitignore added gitignore 2019-07-05 16:04:57 +02:00
balls.c modularization: main, game, balls, c_index, spaceship, gravity 2021-12-11 21:32:48 +01:00
balls.h modularization: main, game, balls, c_index, spaceship, gravity 2021-12-11 21:32:48 +01:00
c_index.c modularization: main, game, balls, c_index, spaceship, gravity 2021-12-11 21:32:48 +01:00
c_index.h modularization of c_index, basic balls data. 2021-12-01 20:18:19 +01:00
game.c modularization: main, game, balls, c_index, spaceship, gravity 2021-12-11 21:32:48 +01:00
game.h modularization: main, game, balls, c_index, spaceship, gravity 2021-12-11 21:32:48 +01:00
gravity.c modularization: main, game, balls, c_index, spaceship, gravity 2021-12-11 21:32:48 +01:00
gravity.h modularization: main, game, balls, c_index, spaceship, gravity 2021-12-11 21:32:48 +01:00
main.c modularization: main, game, balls, c_index, spaceship, gravity 2021-12-11 21:32:48 +01:00
Makefile modularization: main, game, balls, c_index, spaceship, gravity 2021-12-11 21:32:48 +01:00
spaceship.c (spaceship_draw) better shape for thrust waves 2021-12-11 22:29:55 +01:00
spaceship.h modularization: main, game, balls, c_index, spaceship, gravity 2021-12-11 21:32:48 +01:00
stats.c modularization: main, game, balls, c_index, spaceship, gravity 2021-12-11 21:32:48 +01:00
stats.h modularization: main, game, balls, c_index, spaceship, gravity 2021-12-11 21:32:48 +01:00