DEV Community

Cover image for Cleo -- A Simple Game Made in 1 Week
Samuel Collier
Samuel Collier

Posted on

Cleo -- A Simple Game Made in 1 Week

Hey everyone,

A short while ago I created a game called Cleo. I really enjoyed making it, and I created it with the p5.js library in Javascript.

If you didn't know, p5.js is a Javascript library that makes it a bit easier for drawing graphics to the canvas. Besides this, I pretty much had to program my own player controller, player physics (like collisions), scenes, and more!

I created all the art, music, and code for the project (although I did use some code as a base for project, e.g., for the cool glow effect.)

The goal is to get through all 25 buildings to the end and not get lost behind the camera.

You can play the game here: https://cleo.stcollier.repl.co/
If you would like to see the source code, here's the link: https://replit.com/@STCollier/Cleo-GAME?v=1#main

I hope you enjoy the game!

Top comments (0)