Puzzle Moppet (source released)

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki

Postby xDan » Fri Jan 14, 2011 10:56 am

I've no idea about that screenshot... there isn't anything in the logfile? I suppose probably not for an odd graphical glitch like that..

I'll add a homepage link or something to the site. Thanks :)
User avatar
xDan
Competition winner
 
Posts: 673
Joined: Thu Mar 30, 2006 1:23 pm
Location: UK

Postby xDan » Sat Jan 29, 2011 10:57 am

Oh, if anyone would like to test the full version, please PM me and I will give you a secret download link. Hopefully you can also give some feedback on the difficulty curve =)

I'm still not 100% finished on this though, I'm going at add at least a simple title screen + menu.
User avatar
xDan
Competition winner
 
Posts: 673
Joined: Thu Mar 30, 2006 1:23 pm
Location: UK

Postby fmx » Sun Jan 30, 2011 12:41 pm

PM sent :wink:
User avatar
fmx
 
Posts: 559
Joined: Wed Dec 06, 2006 9:28 am
Location: UK

Postby xDan » Mon Feb 14, 2011 11:47 am

Now has a basic menu system, with level select:

Image

http://garnetgames.com/puzzlemoppet/

Todo next: maybe some music on the title screen? I'm not sure though, I quite like just the wind sound...
User avatar
xDan
Competition winner
 
Posts: 673
Joined: Thu Mar 30, 2006 1:23 pm
Location: UK

Postby xDan » Tue Mar 15, 2011 7:15 pm

A small update... Now has:

- tutorial across the first few levels
- undo function! (also saves just before you fall off the world)
- level ratings (can you get a "Perfect" score hmm?)
- other minor things

Image

:arrow: PuzzleMoppetTrial.exe
:arrow: PuzzleMoppetTrial.tar.gz
User avatar
xDan
Competition winner
 
Posts: 673
Joined: Thu Mar 30, 2006 1:23 pm
Location: UK

Postby serengeor » Tue Mar 15, 2011 9:05 pm

Hm, Your levels look like what I would want in my game. what did you use to make/texture your assets(like the ground block). Any shaders used to give them a nicer look?
Working on game: Marrbles (Currently stopped).
User avatar
serengeor
 
Posts: 1695
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Postby xDan » Wed Mar 16, 2011 10:05 am

Hm, Your levels look like what I would want in my game. what did you use to make/texture your assets(like the ground block). Any shaders used to give them a nicer look?


Blocks are just simple unit cubes, but with curved overhanging sides. The overhang extends beyond the unit cube, but curves downwards, so when placed next to each other the blocks tile nicely:
Image

Texturing was quite tricky... each surface is just textured 0-1 so they tile nicely. Then I apply a scale to the texture matrix of each surface to make the texture sizes appear greater (so less repetition, repeats every 3 blocks). Recently I changed that to remove need for texture matrices, now the entire ground blocks are combined into a single mesh + the UVs are scaled instead of using texture matrices.

Without this the repetition is quite obvious + ugly:
Image

Shaders are:
- Hemisphere shader for lighting (see projects/Puzzle/media/shaders). this interpolates between a darker colour underneath objects to a lighter yellowy sun colour above. I also multiply the resulting pixel colour by a set amount to brighten the scene a little.
Image

- a noise texture then applied on top of everything, at a large scale, and slowly scrolls across, to simulate the shadow of clouds. It's quite subtle, I think it's more noticeable in motion:
Image

- texturing...
Image

- small amount of bloom... makes bright patches brighter and larger...
Image
User avatar
xDan
Competition winner
 
Posts: 673
Joined: Thu Mar 30, 2006 1:23 pm
Location: UK

Postby omaremad » Wed Mar 16, 2011 10:59 pm

Sorry i missed this great game

Really fun with lots of polish!
"Irrlicht is obese"

If you want modern rendering techniques learn how to make them or go to the engine next door =p
omaremad
Competition winner
 
Posts: 1013
Joined: Fri Jul 15, 2005 11:30 pm
Location: Cairo,Egypt

Postby xDan » Thu Mar 17, 2011 7:14 pm

Thanks :lol:
User avatar
xDan
Competition winner
 
Posts: 673
Joined: Thu Mar 30, 2006 1:23 pm
Location: UK

Postby xDan » Fri Apr 01, 2011 12:28 pm

Now has the much requested grid based movement:

Image

The glyph thing on the ground shows the possible directions of movement (with the larger arrow indicating forwards). This hopefully helps make it obvious which grid direction you'll move along... since e.g. at angles near 45 degrees it's not obvious whether you should move up or right.

It can be enabled/disabled via an options menu. I'm not entirely sure whether I should enable this by default though!? Anyone have thoughts on this??

--> I'm now getting very near what I shall consider "complete"... :shock:
User avatar
xDan
Competition winner
 
Posts: 673
Joined: Thu Mar 30, 2006 1:23 pm
Location: UK

Postby ChaiRuiPeng » Fri Apr 01, 2011 3:26 pm

congratulations on getting so far :D

it's nice to see people accomplishing nice looking polished end products :)
ent1ty wrote:success is a matter of concentration and desire


Butler Lampson wrote: all problems in Computer Science can be solved by another level of indirection
at a cost measure in computer resources ;)
User avatar
ChaiRuiPeng
 
Posts: 363
Joined: Thu Dec 16, 2010 8:50 pm
Location: Somewhere in the clouds.. drinking pink lemonade and sunshine..

Postby xDan » Mon May 02, 2011 10:54 pm

Thanks :-)

Now have some kind of "looking-into-the-sun" effect (don't know the proper word for that)... The entire sky box is brightened by a great amount when you look directly into the sun to give a kind of glare. Also a scrolling noise texture added to the skybox to simulate moving clouds above and below.

Image

Also I've changed the wind loop to one that is less repetitive...

Well, if you're lucky this will be my last update :P (Famous last words). If anyone has any final thoughts before I go "gold"...

:arrow: PuzzleMoppetTrial.exe
:arrow: PuzzleMoppetTrial.tar.gz
User avatar
xDan
Competition winner
 
Posts: 673
Joined: Thu Mar 30, 2006 1:23 pm
Location: UK

Postby Lonesome Ducky » Sat May 21, 2011 1:47 am

I don't know if you saw this, but the yogscast reviewed your trailer:
http://www.youtube.com/watch?v=Kb2WD3mlFCk&feature=channel_video_title
User avatar
Lonesome Ducky
Competition winner
 
Posts: 1123
Joined: Sun Jun 10, 2007 11:14 pm

Postby ChaiRuiPeng » Sat May 21, 2011 3:06 am

Lonesome Ducky wrote:I don't know if you saw this, but the yogscast reviewed your trailer:
http://www.youtube.com/watch?v=Kb2WD3mlFCk&feature=channel_video_title


congratulations on the net-press coverage xDan :D
ent1ty wrote:success is a matter of concentration and desire


Butler Lampson wrote: all problems in Computer Science can be solved by another level of indirection
at a cost measure in computer resources ;)
User avatar
ChaiRuiPeng
 
Posts: 363
Joined: Thu Dec 16, 2010 8:50 pm
Location: Somewhere in the clouds.. drinking pink lemonade and sunshine..

Postby xDan » Sat May 21, 2011 12:28 pm

Ahahahaha :D Yes, I did see that...

Sold 4 copies so far :S Only several thousand more to go...
User avatar
xDan
Competition winner
 
Posts: 673
Joined: Thu Mar 30, 2006 1:23 pm
Location: UK

PreviousNext

Return to Project Announcements

Who is online

Users browsing this forum: etcaptor and 1 guest