Game Lab

From code.org, used in the Computer Science Discoveries curriculum

Game Author
Morgan Cross
Game Image
Image of game
Game Description

Aliens like burgers so feed the alien!

Game On Mobile?
No
Game Course
Game Year
Game Genre
Game Tool
Game Author
Aidan Costello
Game Image
Image of game
Game Description

My goal was to make a clicker / idle game of my own. I play these games regularly on my own so I wanted to see if I could make one. I chose chicken because I am a big fan of spicy food and spicy wings. 

Game On Mobile?
Yes
Game Course
Game Year
Game Genre
Game Tool
Game Challenges

My main problem was not being able to have single mouse clicks. One of the things about clicker games is having to spam your fingers on the screen, but in code.org one could hold down rather then click and get a faster result. Almost like how a computer bot would work. Another issue was the upgrade button constantly being on. Once the player is on a higher level they get to the point where they got over 100 points per click. The first upgrade is 100 points so if a player buys an upgrade for say 1,500 points and they have 1,600 points, the game would buy the 1,500 upgrade AND the 100 upgrade because the player has enough. I tried using If and Else statements to counter this problem but it didn't work. 

Game Unfinished Component

My game was only 6 stages. I could've done more but with various glitches around the not being able to click something once, the game got almost impossible. 

Game Next Steps

More levels for sure, a cleaner interface with a full on shop screen. Maybe powerups like x2 points for say 30 seconds or something to that nature.

Game Author
Ian Boyarsky
Game Image
Image of game
Game Description

I set out to design a game similar to Flappy Bird but with different characters.

Game On Mobile?
No
Game Course
Game Year
Game Genre
Game Tool
Game Challenges

Getting the reset function to work properly. 

Game Unfinished Component

I was unable to figure out a final score display at the end of the game when you died.

Game Next Steps

Adding more obstacles that the fly has to overcome, and adding sound when the fly flies up, and when the fly dies. 

Game Author
Rose Bernardine
Game Image
Image of game
Game Description

I wanted to make it so that an alien had to collect something and I thought of Donuts and then something that is the opposite of donuts which is Veggies to be the thing that causes it to lose points.

Game On Mobile?
No
Game Course
Game Year
Game Genre
Game Tool
Game Challenges

Figuring out how to make the veggies drop and get points and negative points.  Another challenge was trying to get the veggies and donuts not be on top of each other so that it wouldn't mess up the points.

Game Unfinished Component

I wanted to make different levels, like maybe for every five points the alien gets bigger to make it harder to miss the Veggies,  Adding more things to get more points. 

Game Next Steps

Getting the different characters during different levels, also changing how fast the alien moved to make it harder to get points.