Alice Community  

Go Back   Alice Community > Alice 2 > Share Worlds

Reply
 
Thread Tools Display Modes
Museum Scramble
Old
chrytobug
Junior Member
 
chrytobug's Avatar
 
Status: Offline
Posts: 7
Join Date: Jul 2015
Location: Southern California
Default Museum Scramble - 09-04-2015, 10:30 PM

I created this game as a final project for a class I just finished. The game a is first person word puzzle game. The player is on a field trip to the museum and gets lost. To escape the museum, the player must click on objects to discover alphabet letters, and unscramble the letters to create a word that will allow them to move to the next level. There are 4 levels of play that have different themes, and successively more difficult word scrambles.

I work as a children's librarian right now, so I wanted to make something that children might enjoy playing. The main problem people have had while playing it is my poor collision detection. When navigating the rooms in the museum, it is very easy to accidentally end up outside the room you are in. If players mainly use the left and right arrow keys, and are patient between each tap of the arrow keys, it works better. I have the collision set to go backwards if you get too close to something, but if you back into something, it bounces you back even farther, outside the game play area.

It was fun to create! I hope you enjoy. Any constructive criticism is welcome.

Oh no, It looks like it is too big to upload at 59MB, how else can I share this?

Thanks,
chrytobug
   
Reply With Quote
Old
RavenOfCode
Senior Member
 
RavenOfCode's Avatar
 
Status: Offline
Posts: 409
Join Date: Oct 2013
Location: Northern Virginia
Default 09-05-2015, 05:56 AM

Sites like google drive, mediafire, or dropbox.


Stuff + Other Stuff + Different Other Stuff = Things :)

My best Alice game:

Clash of the Cubes (an arena fighting game):
http://www.alice.org/community/showthread.php?t=10738&highlight=game
   
Reply With Quote
Old
chrytobug
Junior Member
 
chrytobug's Avatar
 
Status: Offline
Posts: 7
Join Date: Jul 2015
Location: Southern California
Default 09-05-2015, 11:50 AM

Alright, I swear I could have figured that out, but it was a long week.

Here's the link to my game file:

https://drive.google.com/file/d/0BzSZzCRaet5VYndib2Zma1l3b1k/view?usp=sharing


Thanks!
chrytobug
   
Reply With Quote
Old
chrytobug
Junior Member
 
chrytobug's Avatar
 
Status: Offline
Posts: 7
Join Date: Jul 2015
Location: Southern California
Default 09-20-2015, 02:04 PM

I tried out my link to the file and it works fine even though google drive is showing the contents of the a2w file like it is a zip file. Just download and run in Alice. If anyone has time to check it out, I would love some feedback.

Thanks again,
chrytobug
   
Reply With Quote
Old
RavenOfCode
Senior Member
 
RavenOfCode's Avatar
 
Status: Offline
Posts: 409
Join Date: Oct 2013
Location: Northern Virginia
Default 09-20-2015, 04:54 PM

I tried it out and to be honest it was quite fun

A few things:
First off and the main problem PERFORMANCE, it was horrible, using about 70% of my CPU and lagging pretty bad, and I know its not my computer as it is a gaming computer with a powerful processor and a decent graphics card. I dont what the problem is as it did not go away after a few minutes of debugging.

Every level gave you the same instructions which is not really needed after level one.
The collision detection was bad, moving backwards just kicked me out of the room, try having it move the player towards a dummy object in the center of the room (make sure its at the right height).

It had some funny humor, the animations were nice and the gameplay was solid, overall good job still needs some work (mainly performance), but other than that its quite a good game


Stuff + Other Stuff + Different Other Stuff = Things :)

My best Alice game:

Clash of the Cubes (an arena fighting game):
http://www.alice.org/community/showthread.php?t=10738&highlight=game
   
Reply With Quote
Old
chrytobug
Junior Member
 
chrytobug's Avatar
 
Status: Offline
Posts: 7
Join Date: Jul 2015
Location: Southern California
Default 09-21-2015, 12:54 PM

Thank you for the feedback. The collision detection really was terrible. Having the camera move toward the dummy object seems like a much better idea. I read somewhere that the billboards can slow performance. I wonder if that made the performance so bad, since I used quite a few of them inside the various rooms.

Thanks again for checking out my game. I really found the forum to be helpful during the development process. I am grateful to everyone who maintains it.

Thanks,
chrytobug
Chrystal Woodcock
   
Reply With Quote
Old
RavenOfCode
Senior Member
 
RavenOfCode's Avatar
 
Status: Offline
Posts: 409
Join Date: Oct 2013
Location: Northern Virginia
Default 09-21-2015, 05:19 PM

That probobly would be it, maybe having something that only keeps them on when you are in that room, thus only 2-3 would be active at the same time (setting texture on/off).


Stuff + Other Stuff + Different Other Stuff = Things :)

My best Alice game:

Clash of the Cubes (an arena fighting game):
http://www.alice.org/community/showthread.php?t=10738&highlight=game
   
Reply With Quote
Collision Detection
Old
Dameria
Senior Member
 
Dameria's Avatar
 
Status: Offline
Posts: 976
Join Date: Sep 2009
Location: United States
Default Collision Detection - 10-16-2015, 09:14 AM

Hello,

I have not looked at the program yet, but if you'd like to see examples of collision detection that I have implemented in the past you can view these two examples:

Maze Game: a simple, easy-to-understand collision detection that uses an algorithm to detect when a player object collides with any dedicated square object.
http://www.alice.org/community/showthread.php?t=4301

Counter Strike example: a much more advanced collision detection method which is based on the maze game, but implements modular quadrants to reduce lag by disabling the collision detection of certain walls when you are far away from them
http://www.alice.org/community/showthread.php?t=6255


Check out my best projects so far and please comment:

Tic-Tac-Toe 2.0 ................... http://www.alice.org/community/showthread.php?t=3548
Alice Paint ........................... http://www.alice.org/community/showthread.php?p=23408
Real-Time Clock .................. http://www.alice.org/community/showthread.php?p=12725
Maze Game ......................... http://www.alice.org/community/showthread.php?t=4301
   
Reply With Quote
Old
chrytobug
Junior Member
 
chrytobug's Avatar
 
Status: Offline
Posts: 7
Join Date: Jul 2015
Location: Southern California
Default 06-23-2016, 06:55 PM

Thanks! I will take a look at your games. The collicion detection was the hardest part and caused the most problems when I have had people play it.

Thanks, Chrytobug
   
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Copyright ©2024, Carnegie Mellon University
Alice 2.x © 1999-2012, Alice 3.x © 2008-2012, Carnegie Mellon University. All rights reserved.