- Notifications
You must be signed in to change notification settings - Fork0
Some clone of an old arcade game
License
nilsding/crash-game
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 itthough) where I tried outXamarin andMonoGame. Both frameworks arereally nice to work with, but I've been wanting to try out a completely newprogramming language as well (side-note: while looking for new languages Ipreferred compiled languages over interpreted ones since I already do a lot ofRuby, which is still my main love ❤️). After a long time of searching, itlooks 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:
- DMD 2
- DUB
- sdl2, sdl2_image, sdl2_ttf, sdl2_mixer
On macOS you can install these dependencies using homebrew:
brew install dmd dub sdl2 sdl2_image sdl2_ttf sdl2_mixer
Building is easy.
dub build
This should generate a./crash-game
executable in the repo root. Run it!
Yes.
About
Some clone of an old arcade game