davidkirwan / cheemswave

Attempt to make a parallax scrolling demo/game with the 2d game library https://github.com/faiface/pixel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cheemswave README

Playing around with the 2d game library Pixel

Attempts to make a parallax scrolling game

Screenshot
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!

About

Attempt to make a parallax scrolling demo/game with the 2d game library https://github.com/faiface/pixel

License:GNU General Public License v3.0


Languages

Language:Go 80.8%Language:Makefile 19.2%