Skip to content

Commit fc2a07b

Browse files
authored
Update README.md
1 parent 93c3bb9 commit fc2a07b

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
1-
# ld42
2-
My entry for Ludum Dare 42
1+
# Beaver Pitch
2+
Written in 48 hours for [Ludum Dare 42](https://ldjam.com/events/ludum-dare/42/beaver-pitch). The theme was "Running out of space".
3+
4+
![Title screen](assets/title.png)
5+
6+
## What
7+
Barnaby the beaver’s lodge is under attack by a bunch of naughty neighbour beavers. They want to steal Barnaby’s logs to use in their own dams. You have to stop them!
8+
9+
My idea was that Barnaby can’t swim, so as the logs are stolen he is *running out of space*. Sadly, there's a bug in v0.1.0 which allows Barnaby to swim/walk on water, so you'll have to imagine that part. Fix coming soon.
10+
11+
Unfortunately, I ran out of time to get the game working well, or to do animations or music. There is no victory condition, either, so you can't win at the moment :(
12+
13+
Feel free to use my code and art for anything you like. Let me know if you find it useful!
14+
15+
## Download
16+
Windows, Mac and Linux versions are on the [releases page](https://github.com/andyhd/ld42/releases)
17+
18+
## How to Play
19+
Use the arrow keys to move Barnaby
20+
21+
Walk into the attacking beavers to get rid of them
22+
23+
## Thanks
24+
* Made possible by Pavel Korolev's [trivial-gamekit](https://github.com/borodust/trivial-gamekit) - this makes it easy to use OpenGL and OpenAL; load images, sounds and fonts; and compile Windows, Linux and Mac binaries. Highly recommended!
25+
* [GIMP](https://www.gimp.org/) for graphics
26+
* [Bfxr](https://www.bfxr.net/) for generating sound effects
27+
* [Quicklisp](https://www.quicklisp.org/beta/)
28+
* [Steel Bank Common Lisp](http://www.sbcl.org/)
29+
* Typographer Mediengestalter for the [Pinewood font](https://www.1001fonts.com/pinewood-font.html)

0 commit comments

Comments
 (0)