Page 1 of 1

Torrega Race

PostPosted: 16 Mar 2015, 03:16
by andrewj
Here is a simple space shoot-em-up game which I made from scratch.

It is inspired by the game "Omega Race" which I played a lot as a kid, though I haven't tried to make a clone of that game, for example it has different kinds of enemies.

It is written in Lua using the LÖVE framework, and licensed under the GNU GPL3. The github repository is here: http://github.com/andwj/torrega

The game is fully playable, with sound effects too, though a lot more could be done. To be honest I'm not quite sure whether to keep developing it, feedback would be very welcome.

Re: Torrega Race

PostPosted: 16 Mar 2015, 04:58
by c_xong
Can you please post a video? You can record using OBS.

Re: Torrega Race

PostPosted: 03 Apr 2015, 21:37
by qubodup
Here's a video:

youtu.be/yEuwI6LQaXU

It's easier if you don't move :)

Re: Torrega Race

PostPosted: 04 Apr 2015, 03:42
by andrewj
Thanks qubodup.

I'll probably rewrite this game for HTML5 canvas in the future.