TankZ - Invasion mode added (version 3.2 available)

The Partridge Family were neither partridges nor a family. Discuss.
User avatar
SlevinKelevra
Posts: 80
Joined: September 9th, 2013, 12:58 am
Location: Germany

TankZ - Invasion mode added (version 3.2 available)

Post by SlevinKelevra » October 5th, 2013, 10:53 pm

hey bros,

its over 2 weeks of programming now and i think, that this game is ready to share with you. in the current version (V2_0) there are sound effects, sprites, sequences, menu.

controls in current version (V3_2):
w,a,s,d - move tank
mouse - aim
left mouse - shoot gun
right mouse - shoot missile
esc - main menu
i - additional infos (for debugging or fps tests)
p - pause menu with many details

im grateful for feedback, bugreport, suggestions. i will report progress frequently

greets
slevin

*update*
i will now put all versions into this first post
Attachments
Tankz_V3_2.rar
(4.86 MiB) Downloaded 818 times
Tankz_V3_0.rar
(2.58 MiB) Downloaded 336 times
Tankz_V2_5.rar
(1.55 MiB) Downloaded 335 times
Last edited by SlevinKelevra on October 18th, 2013, 2:02 pm, edited 5 times in total.
Carpe noctem

User avatar
Multibyte
Posts: 42
Joined: September 17th, 2013, 5:55 am
Location: USA

Re: TankZ - my first "big" game project

Post by Multibyte » October 5th, 2013, 11:03 pm

Wow! This is awesome. Congratz!

User avatar
SlevinKelevra
Posts: 80
Joined: September 9th, 2013, 12:58 am
Location: Germany

Re: TankZ - my first "big" game project

Post by SlevinKelevra » October 5th, 2013, 11:04 pm

thx bro! :)
Carpe noctem

User avatar
jidün
Posts: 27
Joined: July 12th, 2013, 1:10 pm

Re: TankZ - my first "big" game project

Post by jidün » October 6th, 2013, 12:38 pm

good job!

Natories
Posts: 107
Joined: June 21st, 2012, 7:06 am
Location: USA
Contact:

Re: TankZ - my first "big" game project

Post by Natories » October 6th, 2013, 1:30 pm

This is pretty nice, great work!

User avatar
SlevinKelevra
Posts: 80
Joined: September 9th, 2013, 12:58 am
Location: Germany

Re: TankZ - my first "big" game project

Post by SlevinKelevra » October 6th, 2013, 6:00 pm

big thx!

had a lot of time on this weekend and made lot of progress. i somehow become infected with this game-programming-stuff :).

new features in the current version:
- background graphics
- obsticles (in terms of rectangular "walls")
- obstacle avoidness
- something like a range of vision -> if the enemies cant "see" you (because of a wall), they stop following you. you can see the "range of vision lines" (with many other infos) by pressing "i" while playing

apart from that i made a map-class, which automatically search for and stores the obstacles (as i said, only rectangles are allowed. they have to have a black edge). so you can just make your own maps/walls in e.g. paint, just by adding some rectangles.

and as always: many code cleaning stuff

im still grateful for feedback, bugreport, suggestions.

greets
slevin
Attachments
Tankz_V2_5.rar
(1.55 MiB) Downloaded 302 times
Carpe noctem

User avatar
jidün
Posts: 27
Joined: July 12th, 2013, 1:10 pm

Re: TankZ - my first "big" game project (version 2.5 availab

Post by jidün » October 6th, 2013, 9:05 pm

This looks pretty nice! If I were you, I would add some features like the ability to upgrade your tank (or just certain parts of it). Create a few levels of possible upgrading, making each upgrade harder to get. Create a few maps, each one being a greater challenge for the player... Just to make the game a bit more interesting, you know :D

User avatar
LuX
Posts: 1492
Joined: April 22nd, 2012, 12:33 pm
Location: Finland

Re: TankZ - my first "big" game project (version 2.5 availab

Post by LuX » October 6th, 2013, 9:08 pm

Yea this looks really cool. But I think the projectiles fly a bit too slow... Also auto fire would be nice, look at the timer function and you might be able to add it.
ʕ •ᴥ•ʔ

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: TankZ - my first "big" game project (version 2.5 availab

Post by chili » October 7th, 2013, 12:40 pm

Awesome job slevin, keep up the good work!
Chili

User avatar
thetoddfather
Posts: 338
Joined: October 1st, 2012, 9:53 pm
Location: Canada

Re: TankZ - my first "big" game project (version 2.5 availab

Post by thetoddfather » October 7th, 2013, 4:20 pm

Awesome job man. Can't wait to see where you go with it.

Post Reply