https://github.com/daboross/bwadvent
B/W adventures
https://github.com/daboross/bwadvent
Last synced: over 1 year ago
JSON representation
B/W adventures
- Host: GitHub
- URL: https://github.com/daboross/bwadvent
- Owner: daboross
- License: other
- Created: 2015-06-26T19:30:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T03:30:16.000Z (over 9 years ago)
- Last Synced: 2025-01-30T14:27:08.432Z (over 1 year ago)
- Language: Rust
- Size: 883 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bwadvent
========
Puzzle platformer written in [rust][rust-lang] using the [piston][piston] game framework.
Currently has working physics and multiple level loading! There is also a level editor, but it does not yet save to level files.
All physics constants can currently be adjusted by a gtk widget which runs alongside the actual game.
Screenshots:
![Main Screen][main-screen]
![Level choosing][levels]
![Gameplay][gameplay]
As I am not very much of a game artist, all player animations were created by Seth Galbraith, and are available via [opengameart][hacknslash].
The menu font, Akashi, is used from [tenbytwenty.com][akashi] with permission.
[rust-lang]: http://www.rust-lang.org/ "The Rust Programming Language"
[piston]: http://www.piston.rs/ "Piston"
[akashi]: http://tenbytwenty.com/?xxxx_posts=akashi
[hacknslash]: http://opengameart.org/content/hack-and-slash-2d-avatars
[main-screen]: pictures/main-screen.png
[levels]: pictures/level-choosing.png
[gameplay]: pictures/in-game.png