We're Almost Ready!
Our first table is currently in the testing phase. This means it has been installed and is ready to play, but may experience a few issues still. It will be running at full capacity very soon!
Details below!
OUR TEAM
CAT6 TABLE
Up to 4 Players
Built-in Steam Deck
Student Game Showcase
Classic Arcade Games
Game of the Month
PROGRESS
Figured out I/O
First button layout
All four controls soldered, wood beam arrived
Lasercut layout, soldering
3/4 Custom joystick ball tops finished
Frame building in progress
Huge laser cut progress!
Joystick testing
Installed and ready for testing
Painted, attaching tops
Your Game Here!
TRACER
Maeve Fitzgerald
A 2-4 player arcade game with competetive and co-op game modes. Inspired by Asteroids, Pacman, and Tron.
How It's Made: Tracer
By Maeve Fitzgerald, 2nd year Computer Science student
Coded in python
Tracer was my first ever game, and my first Python project. Python is a great programming language for beginners, and you can learn more in CPS109 and for free in the Digitial Media Experience Lab (SLC308).
pygame
Pygame is a free code library for Python. It handled everything for me: detecting joysticks, loading the screen, all the graphics, key input, timing - everything that makes it a game!
jumping right in
Tracer didn't have much of a plan going in - it started as a copy of Asteroids! I accidentally made the bullets stay still when shot, and realized it left a trail when "shoot" is held down. I decided to make that a feature, and kept building from there!
learn to Make Games
All it takes to make a game is an idea, patience, and a willingness to learn. Find out how to use your superpowers to make something amazing.