Hopson-Arcade icon indicating copy to clipboard operation
Hopson-Arcade copied to clipboard

Bunch of small arcade games made in C++ and SFML

Results 1 Hopson-Arcade issues
Sort by recently updated
recently updated
newest added

The functions `void World::playerProjectileInput()` and `void World::enemyProjectileFire()` have very similar function bodies, there must be a way to generalise these functions somehow.

Code Improvement