Slick Forums Forum Index Slick Forums
Discuss the Slick 2D Library
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Ghost Trap - A nice puzzle game

 
Post new topic   Reply to topic    Slick Forums Forum Index -> Games / Demos
View previous topic :: View next topic  
Author Message
dkson



Joined: 11 Oct 2009
Posts: 4

PostPosted: Thu Oct 15, 2009 9:39 pm    Post subject: Ghost Trap - A nice puzzle game Reply with quote

Hi there, Slick-Community

Proudly I present my first Slick-based game, Ghost Trap.

Ghost Trap is a Three-in-a-row-puzzlegame (like zookeeper/bejeweld). Maybe you want to give it a try Smile

It features handmade graphics, sounds and music. It's not finished yet, still missing an (online-)highscorelist and other game-modes, but it is fully playable.

Your goal is to get three or more ghosts of the same color together, so they will disappear. You can click at the magnifier-button to get a hint which ghosts you can move, but you can only use it three times a game.

Screenshot
Download
Source

Any Hints/Suggestions/Comments are welcome!
Back to top
View user's profile Send private message
Vince
Regular


Joined: 21 May 2009
Posts: 153
Location: France

PostPosted: Thu Oct 15, 2009 10:34 pm    Post subject: Reply with quote

Hi !

I try your game and his fun Smile (maybe a bit too hard for me) .

Just a thing, the first time I launch it I get a Java Heap Space exception.

I put the vm args : -Xms512m -Xmx512m on your run.bat file (cause your game take ~300 Mo when loading resources).

java -cp .;lib\* -Djava.library.path=lib -Xms512m -Xmx512m runme

Just continue to work on it Wink
Back to top
View user's profile Send private message MSN Messenger
Gornova81
Game Developer


Joined: 02 Apr 2008
Posts: 524
Location: Italy

PostPosted: Fri Oct 16, 2009 7:03 am    Post subject: Reply with quote

i confirm java heap space problem, solved as dkson suggested!

I suggest to you use of Launch4j, to make a simple exe Very Happy

game i coool!
You need to build a webstart and an applet, so this game can be really a time killer Very Happy

my 2 cents:
- you need more "light" package . 9mb for this game is too much Sad maybe you can use more compressed images?
- i see a scala library on your package (3mb!!): are you using scala to build this game? how is to use it?
- i like graphics Very Happy
- maybe some strange pieces, like time-freeze, laser beam, or some strange ideas?

as you said, you need an online highscore, some other modes (time trial?).. but good work Very Happy
_________________
Blog | Last game = Zombie Employee
Back to top
View user's profile Send private message Visit poster's website
dkson



Joined: 11 Oct 2009
Posts: 4

PostPosted: Fri Oct 16, 2009 10:57 am    Post subject: Reply with quote

Thanks for the reply!

I will add -Xms512m -Xmx512m to the run scripts as you suggested. I could make a package without music (would save ~3mb). The scala-library is needed, since I wrote the entire game in scala except the little runme-class which is just needed to start the game (just have a look at the source). I want to add something like a puzzle or quest mode so stay tuned Wink
Back to top
View user's profile Send private message
dkson



Joined: 11 Oct 2009
Posts: 4

PostPosted: Sun Oct 18, 2009 2:34 am    Post subject: Reply with quote

I uploaded a new version:

- fixed a bug that the hint-button didn't reset when startet a new game
- changed backgroundmusic
- changed font
- added an basic online-highscore
- fixed the memory-bug in the startscript
Back to top
View user's profile Send private message
dkson



Joined: 11 Oct 2009
Posts: 4

PostPosted: Sun Feb 07, 2010 12:12 am    Post subject: Reply with quote

moved to sourceforge Smile

https://sourceforge.net/projects/ghosttrap/

featuring screenshots and svn repository
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Slick Forums Forum Index -> Games / Demos All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group