Schmasteroids

An Asteroids clone written from scratch in C++

A GIF of Schmasteroids, an Asteroids clone

Schmasteroids is my first little baby game project (except for StoryCircles, which I don’t really count). It’s an Asteroids clone with graphics that attempt to be reminiscent of the vector display in the original arcade game.

Note that it is in a pretty playable state but may very well still have bugs! It is also not quite as well optimized as I’d like it to be. Also, it is currently only available for Windows. Linux and Mac versions are in the works but on the back burner, possibly permanently. If for some reason you’re dying to play it on one of those platforms, let me know!

That said, it’s available to download (for Windows) here.

The source code is currently available on GitHub here.

Notes