Welcome to our CS203 Project! By Jefferson, James, and Tomas

Nothing!

What we did

Website production

1

Our group got experience with basic html/css as well with multiple frameworks like node.js, react,and bootstrap. We also deployed our website on cloudflare and learned the basis of web hosting.

Phaser

2

We searched online for different frameworks for coding games and found phaser which gave its product for free essentially and had multiple different tutorials to help us get started. Phaser is JS and essentially just a library with classes and functions to help us code games.

Code Conversion

3

We put each of our seperate coding into the website, we each had differing languages and learned how to convert our code to make it all work on the website as we needed.

Games

Snake

Phaser production

Everyone knows snake. Very basic with only few variables. Implemented with phaser in functions with js with functions like grow and collidewithfood.

WhacAMole

Java, Javascript

While creating this mario themed whac-a-mole game, created a graphical user interface (GUI) using java's swing library, add click handlers to whack the mole, and randomly spawn the mole and piranha plant using the Timer and Random modules. Used event handling to use clicks as a listener for user input.

Pong

Phaser

Creating the pong game took me a lot to figure out. I utilized phaser library to create functions like how the movementent of the ball works .