wyrd
Aug 15th, 2003, 07:19 PM
This is an arcade style space shooter which I made in C# using part Windows GDI and part GDI+. It's only the second game I've ever made and would appreciate some comments, suggestions, and criticism (I have tough skin, so don't be afraid to let loose).
Below is the readme.txt pasted, followed by a screenshot of the game and link to d/l game + source code.
README.TXT:
-- ABOUT --
Sharp Invader was created by me, Dan Peverill. E-mail me at dan@danpeverill.com
with any questions or comments that you may have.
-- COMMANDS --
Up Arrow: Speed up.
Down Arrow: Slow down.
Right Arrow: Turn right.
Left Arrow: Turn left.
Spacebar: Fire missile.
R: Turns radar on/off.
C: Turns cloak on/off.
Enter: Starts game or pauses/unpauses game.
Q: Quits game if the game is paused.
Esc: Exit game.
-- SCORE --
Objects in the game give you points for destroying or collecting them, except
for space stations. To get points for destroying a space station you'll
need to collect the power up which was left behind after its destruction.
Bonus points are awarded at the end of the game based on your overall performance.
-- CLOAKING --
When you cloak, your power will start to drain quickly. When your power runs out,
you will uncloak.
-- SPACE STATIONS --
The game increases in level based on the level of the space stations that you destroy.
But be warned, each station that reappears is significantly stronger then the last,
and produces tougher enemies.
-- POWER UPS --
On the left is the description of the powerup, on the right is what the power does.
(Dropped by Space Stations)
Red Static: Increases Shields and Power.
(Dropped by Asteroids)
Blinking Purple: Increases Shields.
Blinking Pink: Increases Power.
Circling Blue: Basic Missiles.
Circling Yellow: Double Missiles.
Circling Green: Homing Missiles.
-- RADAR --
The radar shows a variety of things;
Green: You.
Yellow: Missile.
Blue: Asteroid.
Red: Enemy.
Orange: Enemy space station.
UPDATED LINK (3 years later...)
GAME + SOURCE CODE:
http://www.dotnetforums.net/showthread.php?t=75455
http://planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1485&lngWId=10
NOTE: With this link you'll have to compile it because the site it's hosted at doesn't allow .exes or .dlls in the .zip file.
Below is the readme.txt pasted, followed by a screenshot of the game and link to d/l game + source code.
README.TXT:
-- ABOUT --
Sharp Invader was created by me, Dan Peverill. E-mail me at dan@danpeverill.com
with any questions or comments that you may have.
-- COMMANDS --
Up Arrow: Speed up.
Down Arrow: Slow down.
Right Arrow: Turn right.
Left Arrow: Turn left.
Spacebar: Fire missile.
R: Turns radar on/off.
C: Turns cloak on/off.
Enter: Starts game or pauses/unpauses game.
Q: Quits game if the game is paused.
Esc: Exit game.
-- SCORE --
Objects in the game give you points for destroying or collecting them, except
for space stations. To get points for destroying a space station you'll
need to collect the power up which was left behind after its destruction.
Bonus points are awarded at the end of the game based on your overall performance.
-- CLOAKING --
When you cloak, your power will start to drain quickly. When your power runs out,
you will uncloak.
-- SPACE STATIONS --
The game increases in level based on the level of the space stations that you destroy.
But be warned, each station that reappears is significantly stronger then the last,
and produces tougher enemies.
-- POWER UPS --
On the left is the description of the powerup, on the right is what the power does.
(Dropped by Space Stations)
Red Static: Increases Shields and Power.
(Dropped by Asteroids)
Blinking Purple: Increases Shields.
Blinking Pink: Increases Power.
Circling Blue: Basic Missiles.
Circling Yellow: Double Missiles.
Circling Green: Homing Missiles.
-- RADAR --
The radar shows a variety of things;
Green: You.
Yellow: Missile.
Blue: Asteroid.
Red: Enemy.
Orange: Enemy space station.
UPDATED LINK (3 years later...)
GAME + SOURCE CODE:
http://www.dotnetforums.net/showthread.php?t=75455
http://planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1485&lngWId=10
NOTE: With this link you'll have to compile it because the site it's hosted at doesn't allow .exes or .dlls in the .zip file.