crash-game 0.1.0
Some clone of an arcade game
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
crash-game
A clone of an arcade game I enjoyed playing when I was a kid.
This is actually a D port of the original C# code I wrote (never published it though) where I tried out Xamarin and MonoGame. Both frameworks are really nice to work with, but I've been wanting to try out a completely new programming language as well (side-note: while looking for new languages I preferred compiled languages over interpreted ones since I already do a lot of Ruby, which is still my main love ❤️). After a long time of searching, it looks like I finally found a match: D. Oh, and porting the code took about three days.
Anyway, here's instructions on how to build (and run) it:
Requirements
- DMD 2
- DUB
- sdl2, sdl2image, sdl2ttf, sdl2_mixer
On macOS you can install these dependencies using homebrew:
brew install dmd dub sdl2 sdl2_image sdl2_ttf sdl2_mixer
Building
Building is easy.
dub build
This should generate a ./crash-game
executable in the repo root. Run it!
Bugs
Yes.
- Registered by Georg G
- 0.1.0 released 7 years ago
- nilsding/crash-game
- BSD 2-clause
- Copyright © 2016, 2017, Georg Gadinger
- Authors:
- Dependencies:
- dgame
- Versions:
-
0.1.1 2017-Jun-17 0.1.0 2017-Jun-15 ~master 2017-Jun-17 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
22 downloads total
-
- Score:
- 0.8
- Short URL:
- crash-game.dub.pm