A Game Engine created as a final year project for University. This was developed over four months and resulted in a customised game engine, a level editor, a simple game and two different types of enemy agents using different AI.
Wordle Game Clone
Github Repo: Github Link
Languages: Java
A project based on the game Wordle created using Object Oriented design principles. This project uses the Model-View-Controller design pattern, taking in input through the controller to update the model. Any updates to the model triggers a change in the view of the game.
Flask Website Forum
Github Repo: Github Link
Languages: HTML, Javascript, MySQL, Python (Flask)
This project is a university assignment for creating a full stack web application using Flask and Mysql for the server-side. The goal of the assignment was to create a social forum that users could post to.