We in the [Free Software World](/about/glossary#free-software) have a competition problem when it comes to video games. Almost every piece of serious software has a [Free Competitor](/search?text=photoshop&fc=on), but not games. And this is why people are so reluctant to move to GNU / Linux or Free Software only way of life. They don't want to miss on one of the most important ( for them ) features of a computer - gaming.

We have our fair share of good games, from [Super Tux Kart](https://supertuxkart.net/Main_Page) to [Veloren](https://veloren.net/) to promising startups like [Wasted](https://wastedgames.codeberg.page/). But that is not enough to convince the general public that they can do their gaming in Free Software too. 

I'm personally tackling the problem of a [Free Software GTA clone with Dani's Race](/games/Dani's_Race), but there is another project that I would love to succeed at tackling the sim-racing genre, and it is [Speed Dreams](https://www.speed-dreams.net).

And I'm happy to tell you that they [announced today](https://mastodon.social/@speed_dreams_official/113747048283798620) that they are finally moving to [Git](https://forge.a-lec.org/speed-dreams).

![Screenshot of Speed Dreams gameplay.](https://files.mastodon.social/media_attachments/files/113/708/321/305/857/523/original/50cd791a61965517.jpg)

# Why is this Huge?

When people think of Free Software they often think of source code on GitHub. This is not a very good thing, because [GitHub is not the only Git](/search?text=github&fc=on) and Git is not the only [version control](https://en.wikipedia.org/wiki/Comparison_of_version-control_software). But since Github and by extension Git is so popular, and so many people who develop know at least how to use Git to some extend, it is very good that the best shot at a good Free Software racing simulator for GNU / Linux is on Git and not something else.

For the longest time *Speed Dreams* used [Apache Subversion](https://svn.code.sf.net/p/speed-dreams/code/trunk/) ( SVN ) which not a lot of people know how to use. Try doing:

```
git clone https://svn.code.sf.net/p/speed-dreams/code/trunk/
```

Most people will not know that this source repository isn't Git. And therefor cloning it like this is not possible. Git will simply return an error. But instead if you do:

```
git clone https://forge.a-lec.org/speed-dreams/speed-dreams-code
```

...which uses the new Git repository of the project, it will work like a charm. Enabling anybody who has the minimal software development experience to mess with the code, do changes and subsequently help with development.

I [urged Speed Dreams developers to think big](https://mastodon.online/@blenderdumbass/113634466342586464), to try to compete at least somewhat. Now with the move to Git they might have a bigger chance of going so.

So if you want to help Speed Dreams and Free Software as a whole, take a look at their [Source Code](https://forge.a-lec.org/speed-dreams) and...

**Happy Hacking!!!**
