Joe's Alien Assault
Help Joe get rescued from an alien infested planet. Find radio towers to send a signal so Jane can come and pick you up.
Made in C without an engine using SDL, OpenGL, and emscripten.
Made in C without an engine using SDL, OpenGL, and emscripten.
Comments21
It would be nice to add a replay button after losing.
It's fun and simple
But it was unexpected to bump into an invisible wall. It would be nice to add a visual restriction too.
And it's amazing to me that you made it without using an engine, in the C.
A few things would make this better - the ability to restart and some volume controls. Otherwise, this is indeed a quick, fun, small game. Cheers!
Love that you used C and SDL, have you tried raylib at all? Good job :clap:
I'm only using SDL for input, creating a GL context, and opening an audio device. raylib seems to have a couple other nice things and it seems easy to use, but I kinda like handling everything myself, so I've never tried it. With just C, SDL, and OpenGL it's also easy to just compile it for the web. I think raylib only just got an emscripten backend for the web last month actually.