https://github.com/davidkirwan/cheemswave
Attempt to make a parallax scrolling demo/game with the 2d game library https://github.com/faiface/pixel
https://github.com/davidkirwan/cheemswave
demo golang parallax parallax-scrolling pixel
Last synced: 4 months ago
JSON representation
Attempt to make a parallax scrolling demo/game with the 2d game library https://github.com/faiface/pixel
- Host: GitHub
- URL: https://github.com/davidkirwan/cheemswave
- Owner: davidkirwan
- License: gpl-3.0
- Created: 2020-05-04T00:51:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T16:20:52.000Z (10 months ago)
- Last Synced: 2024-07-30T20:37:02.424Z (10 months ago)
- Topics: demo, golang, parallax, parallax-scrolling, pixel
- Language: Go
- Size: 32.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
- License: LICENSE
Awesome Lists containing this project
README
== cheemswave README
Playing around with the 2d game library https://github.com/faiface/pixel[Pixel]Attempts to make a parallax scrolling game
image::assets/images/screenshot.png[Screenshot,640,480]
----
Controls:
a, s, d, f - Movement
left mouse - bork
--------
Usage: make ...Available targets are:
Usage:
make
help Show this help screenAll
all Pull dependencies, builds binary, executes binary all in oneBuild binary
clean Clean up compiled/generated files
build Compile and build the binary
build-windows Compile and build the binary for MS WindowsFetch dependencies
dependencies Pull down the dependenciesTesting
test-unit Execute the unit testsRun
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!