Skip to content

jackmillsgator/Hopson-Arcade

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

140 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hopson-arcade

This is a collection of small aracde-y games, created using C++17 and SFML

Games

List of all the games in the "arcade".

Space Invaders

Source

Video

This is based on the 1978 arcade game created by Tomohiro Nishikado.

This was the first game added to this project.

Space Invaders

Building and Running

Libraries

SFML is required.

These can be installed from your project manager. For example, on Debian/ Ubuntu:

sudo apt install libsfml-dev

If this is not possible (eg windows), you can install these manually from their respective websites:

https://www.sfml-dev.org/download.php

Linux

To build, at the root of the project:

sh scripts/build.sh

To run, at the root of the project:

sh scripts/run.sh

To build and run in release mode, simply add the release suffix:

sh scripts/build.sh release
sh scripts/run.sh release

You can also create a deployable build (that can be sent) by doing:

sh scripts/deploy.sh

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 87.7%
  • CMake 10.8%
  • Other 1.5%