Nickle Noobicle Remake

Anything related in any way to game development as a whole is welcome here. Tell us about your game, grace us with your project, show us your new YouTube video, etc.

Moderator: PC Supremacists

User avatar
dejai
Chaos Rift Junior
Chaos Rift Junior
Posts: 207
Joined: Fri Apr 11, 2008 8:44 pm

Nickle Noobicle Remake

Post by dejai »

I am working with some friends from the noobtoob community on a remake of Nickle Noobicle a 2d puzzle game. We have implemented levels loading from XML files parsed via TinyXML and all game objects are now scriptable through lua. We have been working on it for about a month we are using C++, SFML, Boost, Tinxml and Lua51. The next big task is to write a level editor. I thought I would post some screenshots:
Image
Image

We still have a long way to go but this is a first big milestone. Oh and yes we do uses singletons :)
Last edited by dejai on Thu May 06, 2010 1:21 am, edited 2 times in total.
User avatar
MrDeathNote
ES Beta Backer
ES Beta Backer
Posts: 594
Joined: Sun Oct 11, 2009 9:57 am
Current Project: cocos2d-x project
Favorite Gaming Platforms: SNES, Sega Megadrive, XBox 360
Programming Language of Choice: C/++
Location: Belfast, Ireland
Contact:

Re: Kickle Cubicle Remake

Post by MrDeathNote »

Looks nice, id love to see some more, any plans for a video???
http://www.youtube.com/user/MrDeathNote1988

Image
Image

"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
User avatar
hurstshifter
ES Beta Backer
ES Beta Backer
Posts: 713
Joined: Mon Jun 08, 2009 8:33 pm
Favorite Gaming Platforms: SNES
Programming Language of Choice: C/++
Location: Boston, MA
Contact:

Re: Kickle Cubicle Remake

Post by hurstshifter »

Looks very good. I'd like to see more. Any additional screens/videos?
"Time is an illusion. Lunchtime, doubly so."
http://www.thenerdnight.com
User avatar
GroundUpEngine
Chaos Rift Devotee
Chaos Rift Devotee
Posts: 835
Joined: Sun Nov 08, 2009 2:01 pm
Current Project: mixture
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Location: UK

Re: Kickle Cubicle Remake

Post by GroundUpEngine »

I like it! You should make some videos :)
User avatar
dejai
Chaos Rift Junior
Chaos Rift Junior
Posts: 207
Joined: Fri Apr 11, 2008 8:44 pm

Re: Kickle Cubicle Remake

Post by dejai »

Well one of the artists is planning on making a video when we release our first demo which should be pretty neat. Can't be sure of a release date at the moment but I will keep you posted. Also the level editor is starting to take form which is neat.
User avatar
MrDeathNote
ES Beta Backer
ES Beta Backer
Posts: 594
Joined: Sun Oct 11, 2009 9:57 am
Current Project: cocos2d-x project
Favorite Gaming Platforms: SNES, Sega Megadrive, XBox 360
Programming Language of Choice: C/++
Location: Belfast, Ireland
Contact:

Re: Kickle Cubicle Remake

Post by MrDeathNote »

dejai wrote:Well one of the artists is planning on making a video when we release our first demo which should be pretty neat. Can't be sure of a release date at the moment but I will keep you posted. Also the level editor is starting to take form which is neat.
Cool!!! Make sure to post the vid here too so we can all see.
http://www.youtube.com/user/MrDeathNote1988

Image
Image

"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
User avatar
dejai
Chaos Rift Junior
Chaos Rift Junior
Posts: 207
Joined: Fri Apr 11, 2008 8:44 pm

Re: Kickle Cubicle Remake

Post by dejai »

User avatar
MrDeathNote
ES Beta Backer
ES Beta Backer
Posts: 594
Joined: Sun Oct 11, 2009 9:57 am
Current Project: cocos2d-x project
Favorite Gaming Platforms: SNES, Sega Megadrive, XBox 360
Programming Language of Choice: C/++
Location: Belfast, Ireland
Contact:

Re: Kickle Cubicle Remake

Post by MrDeathNote »

Very nice work, seems like it's coming along nicely. And the editor seems to be taking shape too, good work :)
http://www.youtube.com/user/MrDeathNote1988

Image
Image

"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
User avatar
GroundUpEngine
Chaos Rift Devotee
Chaos Rift Devotee
Posts: 835
Joined: Sun Nov 08, 2009 2:01 pm
Current Project: mixture
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Location: UK

Re: Kickle Cubicle Remake

Post by GroundUpEngine »

Nice Work! :)
User avatar
dejai
Chaos Rift Junior
Chaos Rift Junior
Posts: 207
Joined: Fri Apr 11, 2008 8:44 pm

Re: Kickle Cubicle Remake

Post by dejai »

Video:
* Added entity collision.
http://www.youtube.com/watch?v=4Q7WAgsuw5A
User avatar
MrDeathNote
ES Beta Backer
ES Beta Backer
Posts: 594
Joined: Sun Oct 11, 2009 9:57 am
Current Project: cocos2d-x project
Favorite Gaming Platforms: SNES, Sega Megadrive, XBox 360
Programming Language of Choice: C/++
Location: Belfast, Ireland
Contact:

Re: Kickle Cubicle Remake

Post by MrDeathNote »

dejai wrote:Video:
* Added entity collision.
http://www.youtube.com/watch?v=4Q7WAgsuw5A
Looks really good man, keep it up.
http://www.youtube.com/user/MrDeathNote1988

Image
Image

"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
User avatar
dejai
Chaos Rift Junior
Chaos Rift Junior
Posts: 207
Joined: Fri Apr 11, 2008 8:44 pm

Re: Kickle Cubicle Remake

Post by dejai »

I have fixed up the collision and another member of the team has speed up the game so it will be considerably more difficult in the final version. If you want to watch me herding some silly slimes about you might want to check out the the new video. http://www.youtube.com/watch?v=ZuMhp1wuRn8 enjoy! And while I am here I might as well throw in a screenshot of the level editor so far... Image
User avatar
GroundUpEngine
Chaos Rift Devotee
Chaos Rift Devotee
Posts: 835
Joined: Sun Nov 08, 2009 2:01 pm
Current Project: mixture
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Location: UK

Re: Kickle Cubicle Remake

Post by GroundUpEngine »

Cool Stuff! The Editor looks Sweet so Far!
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: Kickle Cubicle Remake

Post by eatcomics »

looks awesome! can't wait to play! and make some unnecessarily difficult levels, MUAH HA HA
Image
User avatar
dejai
Chaos Rift Junior
Chaos Rift Junior
Posts: 207
Joined: Fri Apr 11, 2008 8:44 pm

Re: Kickle Cubicle Remake

Post by dejai »

New Video read the description to see updates cheers!
http://www.youtube.com/watch?v=iIxBjBDuxwE
Post Reply