A downloadable game for Windows and Linux

Download NowName your own price

SpaceD is an open source racing game written in the D Programming Language for the Linux Game Jam 2017 in a 3D perspective which plays like a top down 2D racing game.

It features a new random track on every playthrough in which you play against 7 AIs to get to first place. For every good ranking you earn money, which you can use to upgrade your boosters or increase the air resistance for everyone for more responsive controls.

For more replayability you can even create your own tracks using the built-in editor. Don't want to create your own tracks? No problem, using the online map browser you can download maps from all around the world.

Source Code: https://github.com/WebFreak001/linux-jam

Dependencies (Ubuntu) apt install libassimp3v5 libsdl2-2.0-0 libsdl2-mixer-2.0-0 libevent-dev libssl-dev

Download

Download NowName your own price

Click download now to get access to the following files:

spaced-linux.tar.gz 5 MB
spaced-windows.zip 8 MB

Comments

Log in with itch.io to leave a comment.

Hey Your game is pretty kickass,

I'm working on a video project called time capsules focusing on game indie devs. It's similar to sending a message to your self in 50 years;

Only five questions for my documentary:

1. What feature in your game can the player not experience anywhere else?

2. What's the biggest personal obstacle you had to overcome in creating your game so far? (it could be super technical or anything else that you want to talk about)

3. Who helped you decide to become a game dev?

4. What feature of the game do you absolutely love that no one would probably ever find?

5. What do you believe video games mean to humanity?

First couple of episodes

https://www.youtube.com/watch?v=jhJ3ssjfCgs&t=0s

https://www.youtube.com/watch?v=O0NvEYmqtQ8

https://www.youtube.com/watch?v=dQmeXgsqhBM

if you have some game footage or even better developmental footage of errors or other stuff you'd like to show people who have never programmed a day in their life.

also best ways to contact you, and all social media you use because I'll be displaying those through out the episode.

I think if people dig the game and dig your story they might reach out for questions or colabs you really never know what can come of it.

do you think you'd be interested in being my guest?

Uh it's really only a quick prototype for a game jam so it doesn't really have a lot of content and I don't think it's worth making a video about it. Well it contains a level editor and uploader right now but it isn't really the prettiest code yet. And there is one easter egg I don't think anyone will find so soon except if they watched my stream while I made it or read through the code. So no thanks, I don't think the game is in a state that I would want to advertise yet.

(1 edit)

Is it possible to do better than 8th place? It seems like the computers have better ships that accelerate more than doubly as fast and have much higher top speed than the player's ship. They ram into walls and still just accelerate out of it like it was nothing. Meanwhile, I can turn almost 180 degrees to avoid ramming the walls because of the space physics, but still get wrecked by the bots smashing into the walls and accelerating away at overpowered rates.

Nice 3D engine, by the way. It's great to see such stuff being made in D.

Edit: Oh, there's a "boost" key that must be held. I held it at all times and got 3rd place.