Playing around with the 2d game library Pixel
Attempts to make a parallax scrolling game
Controls: a, s, d, f - Movement left mouse - bork
Usage: make <OPTIONS> ... <TARGETS> Available targets are: Usage: make <target> help Show this help screen All all Pull dependencies, builds binary, executes binary all in one Build binary clean Clean up compiled/generated files build Compile and build the binary build-windows Compile and build the binary for MS Windows Fetch dependencies dependencies Pull down the dependencies Testing test-unit Execute the unit tests Run run Execute the compiled binary
If you want to try with the precompiled Linux/Windows binary, move the binary from bin/
to the root of the repository. The Linux
version is bin/parallax_scrolling
, and bin/parallax_scrolling.exe
for the Windows
version, or alternatively copy the assets
folder into the bin
folder, or submit a patch/pull request with changes to the makefile which does this for you!