Bomber man Clone

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Sundar
Posts: 84
Joined: Mon Jun 05, 2006 11:05 am

Bomber man Clone

Post by Sundar »

Hi All

I think i have done a playable level of this game. if you guys can give your input it will be great

ArrowKeys along with mouse for movement
space for pause
Q for Quit to mainmenu

http://depositfiles.com/files/838569
Last edited by Sundar on Tue May 08, 2007 4:34 am, edited 1 time in total.
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

This old Nintendo game? I think I remember this game, and if it's the one I'm thinking about, I can't wait!!!
Image
TheGameMaker
Posts: 275
Joined: Fri May 12, 2006 6:37 pm
Location: Germany

Post by TheGameMaker »

yea sounds graete.. i loved this game!
Sundar
Posts: 84
Joined: Mon Jun 05, 2006 11:05 am

Post by Sundar »

http://game-programming.blogspot.com/2 ... hive.html


Hi All I have uploaded some screen shot of my bomberman clone.
Ecliptic Fate
Posts: 19
Joined: Tue Apr 26, 2005 6:10 am

Post by Ecliptic Fate »

bomber man was one of the better crappy old nintendo games where you had up to 4 players (at least on 64 which was like super bomberman or something) and you try to get to the exit or something by exploding blocks and not getting killed in the process.

great game to clone if you were to add a few new functions or something.

it's just another one of those games you play for 10mins before deleting without going to the recycling bin.
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

I'm thinking of some game where you flew around, some little Might Mouse type toon. I can barely remember the game, but for some reason believe I had tons of fun playing it as a kid.
Image
Sundar
Posts: 84
Joined: Mon Jun 05, 2006 11:05 am

Post by Sundar »

Hi All

here i have provided scrshot of my bomberman games update have a look http://game-programming.blogspot.com
klikmaster
Posts: 40
Joined: Mon Sep 11, 2006 1:06 pm

Post by klikmaster »

Spintz: You thinking of Bomb Jack?
~IRRLICHT ROX MY SOX~
HybridMenace

Post by HybridMenace »

I played a flash version of it that was pretty fun

http://www.cyberiapc.com/flashgames/bomberman.htm
Sundar
Posts: 84
Joined: Mon Jun 05, 2006 11:05 am

Post by Sundar »

Yeah Very much like that flash game but i am for now working on single player only
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

this definatly needs to be multiplayer.

looking pretty advanced for a bomberman... the levels far more intricate almost to large for the effect that bomberman was pulling off.

which was to blow up your opponent.

it appears in your version is more like a playing field and you have to work your way past the enemy. sorta like american gladiators lol
zeno60
Posts: 342
Joined: Sun May 21, 2006 2:48 am
Location: NC, USA
Contact:

Post by zeno60 »

Good luck with your clone. It would be cool to see a multiplayer version, perhaps sometime in the future.

I would also love to see some new things added rather than your run-o-the-mill drop a bomb and run gameplay. I sure hope you have powerups like in some versions, allowing you to kick bombs, lay multiple bombs, or throw bombs. Even weapons, like the freeze weapon, or slowdown weapon. It would also be cool to have little booby traps around the map, for example, little blocks around the edge of the map that will push the player towards the middle of the map, but are random and undetectable.
Rambus
Posts: 96
Joined: Thu Nov 24, 2005 4:56 pm
Location: Canada
Contact:

Post by Rambus »

Sundar,
If you are interested- I made a bomberman clone a few years back
www.g0dsoft.com/bomberman

I have a complete set of media including- models, music, sounds, etc
and I would gladly hand them over to you assuming the game shows some promise.

My old version:

Image

The game I made was in blitz3d, and was never released. But one portion of that project might be extremly usefull for you. and that is the map editor!

Image

The map editor pukes out super simple to load map data files, based on tilesets.

If this interests you send me some more information about yourself, plans for the game and experiance working on projects like this.

Hopefully you can put my old work to good use.
Sundar
Posts: 84
Joined: Mon Jun 05, 2006 11:05 am

Post by Sundar »

Hey

Thnx Rambus for your generosity. i am really stunned.

for now i plan to go in the direction of a fusion of 1st person or 3rd person king of bomberman. i dont know how helpful your art assets are!!! but surely when my project is mature enough i ll surely contact you for art asset. thanx

Hi Zeno60

for now i thought i ll try to implement usual bomberman game First and surly will be happy to improvise its gameplay by implementing the features you suggested zeno Thanx


As for as multiplayer is concerned i am not very experienced in network programming . So i am not thinking about it yet. i guess to be able to implement network in future the code should be written network enabled now itself which i havent done yet and i have made few strides in to my single player game. i ll be more than happy if sombody can help me in this.
Sundar
Posts: 84
Joined: Mon Jun 05, 2006 11:05 am

Post by Sundar »

as a after thought i beleive may be it ll be easy to implement a single system two player by assigning two set of key controls for two players. But the camera angle may reduce it to almost 2d not 3d as i wish
Post Reply