A Game by steveklabnik

[raw]
made by steveklabnik for LD35 (COMPO)
So, I ended up writing an interactive game engine, which I call "Ludlum", and then a game written in that engine, which I have titled "A Game."

This is my first LD, and I've wanted to do it for a long time. However, since it's my first, and I didn't even know that I was going to participate until shortly before I got started, so I decided to pick something I've been doing since I was a kid: text adventures, or "interactive fiction", as they tend to be called nowadays.

It's a short game, but I decided to go meta: it's a game loosely based on my childhood, where you learn about programming games. "shapeshift", the theme, is more alluded to than it is direct: this is a game about how my own life was transformed by computers. Metaphors.

Furthermore, I wrote the game in Rust, the programming language I work on as my day job. It was a ton of fun. I picked a terminal library that apparently doesn't work with Windows, though, so that's unfortunate. It should work on Linux and Mac OS X.

Run the game from a terminal, and make sure to have the Game.toml file in the same directory as where you run it.

Feedback

Crown Games
18. Apr 2016 路 01:21 UTC
Any way to install on windows?
CJKinni
18. Apr 2016 路 11:19 UTC
Not being able to play on windows is a bit of a downer. There's no way of switching to a curses library or something that will work crossplatform? I'll try and run it in a VM later. The screenshots look neat.
馃帳 steveklabnik
18. Apr 2016 路 14:53 UTC
Yeah, sorry :( I'm using https://github.com/nsf/termbox which has an issue open https://github.com/nsf/termbox/issues/65

I didn't realize this when starting, and would have chosen something else. I might be able to port it to curses, but the weekend is over now :/
ianh
19. Apr 2016 路 19:10 UTC
Porting is explicitly allowed by the rules!
AGausmann
20. Apr 2016 路 05:04 UTC
Awesome idea! I too wrote a text-based game for my entry this year. It's good to see that this genre hasn't completely died away.
bobismijnnaam
20. Apr 2016 路 19:43 UTC
Your game runs perfectly on Ubuntu 15.10 :) It plays nicely and the story is mildly interesting (and funny - didn't you read Dijkstra's papers before bedtime like any regular child? :p). Now that you've got a basic engine up and running, maybe make the gameplay a bit more exciting next time. A more interactive environment, maybe? :)
rodobodolfo
28. Apr 2016 路 01:04 UTC
I chose to stay outside and leave computers aside, maybe my subconscious is telling me something... anyways, good entry, works perfectly on Ubuntu. Good memories for me, It made me remember my first BASIC text adventures. good job!