An open API service indexing awesome lists of open source software.

https://github.com/daboross/bwadvent

B/W adventures
https://github.com/daboross/bwadvent

Last synced: over 1 year ago
JSON representation

B/W adventures

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