Gaming Convex Wars

relminator

#AnyaBasic
OP
Member
Joined
May 28, 2010
Messages
370
Trophies
0
Website
rel.phatcode.net
XP
260
Country
Hello guys, I made a new little game.

Screens:
convexwars03.png

convexwars04.png


Download:
http://rel.phatcode.net/junk.php?id=128

Controls:
-See in-game instructions

About the game:

Just a minigame I made over the week to showcase Easy GL2D for FreeBasic.
Original game was an even smaller minigame I made in C++ to showcase Easy GL2D for C/C++.
It is also notable that because I wanted this game (the source at least)
to be a sort of a teaching material, I used the "easiest" ways to make this game.
Which means that I used internal FB commands almost exclusively, major absence of
pointers and use dim/redim as opposed to new[] (except for the polygon class).
Doing so did not really hamper the game's speed in any way so I guess FB's dynamic
allocation with run-time checks for arrays are not that slow as anyone might think. ;*)
I also commented the source like crazy so that anyone reading it could understand
the gist of what the code does.
Don't expect much from this as my purposes in making this game are:
- Stresstest and showcase Easy GL2D
- Make a game that only use the GlowLine() sub
- To make an example of how to make games in FB easily using some
of the most commonly used coding techniques( FSM, Factories, SAT(Separating Axis Theorem), etc )
- Share some of the most common classes I use (Keyboard, Joystick, Mouse, Vector2D, Polygon2D, etc)
- Brush up on my FB knowledge. I keep forgeting "then" and type {} in my for-loops, typing "switch"
for select cases, etc. but it was fun.

Gameplay:

An asteroids clone with a funky experimental control system.
Just shoot everything that moves.
This is a "vector" game so GFX are made of simple glowlines.
Gameplay is kinda boring to say the least.

Sourcecode:
Sourcecode is provided for learning purposes.
Use to your hearts content, but I would enjoy knowing the things you used it for.
Code should never be used to harm anyone.
I used FBedit to code this game
 

NightsOwl

Pays For Avatar Art (For some reason)
Member
Joined
Jul 8, 2012
Messages
397
Trophies
0
Age
30
XP
391
Country
United States
I'd probably have a blast with this game. But I doubt my computer can handle it.

Looks like a blast for being made in only a small bit of time.
 

relminator

#AnyaBasic
OP
Member
Joined
May 28, 2010
Messages
370
Trophies
0
Website
rel.phatcode.net
XP
260
Country
Thanks guys. This was made out of trying to test my lib, Easy GL2D, for Freebasic and boredom because I can't make DS homebrews these days. :*(

I'll prolly make a Vertical SHMUP from this engine too. ;*)
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    NinStar @ NinStar: It will actually make it worse