We have been hard at work learning the Godot game engine and coding in a language similar to Python. The games below were all made by by students.

Games that were made following a tutorial will only have one playable version as they will nearly all be the same. Games that allowed student choice in design will have many versions to play.

If this looks like fun and you want to learn to code join me next year!

@onready var Player = preload("res://interested_student.tscn") func _ready(): var new_player = Player.instansiate() new_player.position = "Room 211" new_player.create_games() print("This is fun!")

Click any of the pictures below to play the game

These games were our "tutorial" games. You can see we started with simple games and worked our way to more complex games.

Eat the Doughnut

Keyboard

Whack-a-Mole

Dodge the Blades

Space Shooter

Pong


The games below will have multiple unique versions inside. Try them all.

After learning simple games, these games allowed for each creator to make the game uniquely theirs.

Brick Breaker

Clicker Game

Infinite Scroller

Minigolf

Wave Survivor-like