Pinned Repositories
100DaysOfPython
My 100 Days of Python
AI-Search-Methods-for-the-8-Puzzle-Problem
this was a project in my second year when I had to using searching algorithms to solve a 8-puzzle problem with Java. I used Unifrom cost search and A* search within the project.
countdown.github.io
Covid-19_Game
This is a social distancing game I made using Java in 2020 for a project.
ExpenseTracker
Using React I made an expense tracker with working graphs organised by year.
FoodTracker
games_oop_javafx
This project demonstrates how to use Java Fx in OOP Style. All examples are popular games. (Chess, TicTacToe, SeeBattle and etc)
gitignore
A collection of useful .gitignore templates
IDDatabase
A database of ID's that can be deleted, sorted, added and the RGB of them can change. This was a project using Java in 2020.
JavaScriptTo-DoList
javascript to-do list
MarcMaslen's Repositories
MarcMaslen/100DaysOfPython
My 100 Days of Python
MarcMaslen/AI-Search-Methods-for-the-8-Puzzle-Problem
this was a project in my second year when I had to using searching algorithms to solve a 8-puzzle problem with Java. I used Unifrom cost search and A* search within the project.
MarcMaslen/BlueZeroWebDesigns
This is my web developement and design buisness website.
MarcMaslen/countdown.github.io
MarcMaslen/Covid-19_Game
This is a social distancing game I made using Java in 2020 for a project.
MarcMaslen/ExpenseTracker
Using React I made an expense tracker with working graphs organised by year.
MarcMaslen/FoodTracker
MarcMaslen/games_oop_javafx
This project demonstrates how to use Java Fx in OOP Style. All examples are popular games. (Chess, TicTacToe, SeeBattle and etc)
MarcMaslen/gitignore
A collection of useful .gitignore templates
MarcMaslen/IDDatabase
A database of ID's that can be deleted, sorted, added and the RGB of them can change. This was a project using Java in 2020.
MarcMaslen/JavaScriptTo-DoList
javascript to-do list
MarcMaslen/MapOfEarth
Using point in an XYZ file I used Java to display a world map using different coordinates to determine sea level and what the map would look like.
MarcMaslen/MarcMaslen
MarcMaslen/marcmaslen.github.io
This is my portfolio I made using basic HTML and CSS. It was fun to make and to continue updating.
MarcMaslen/MySteamSite.github.io
This is my recreation of steam I made using HTML, CSS, and PHP for a project back in 2019.
MarcMaslen/PythonProjects
These a various Python projects I did both within University and during my spare time
MarcMaslen/React_task_managment_tool
This will be my first MERN project focusing on making a task managment tool.
MarcMaslen/reactloginsysystem
MarcMaslen/ReactPortfolio
This is my React Portfolio.
MarcMaslen/RorysPortfolio
RorysPortfolio
MarcMaslen/steamrecreated.github.io
MarcMaslen/To-DoList
using react I made a To-Do list.
MarcMaslen/Capstone-Project-2023
MarcMaslen/High-Level_Game_Dev_Game
This was part of my high level game development module and I was tasked to make a game. My game was inspired by vampire survivors but instead was a first person zombie shooter
MarcMaslen/Java_Virtual_Cafe
This project I built a “Virtual Café” system, using a client-server architecture. Each client application will play the role of a Customer who wants to order tea or coffee. The server application will play the role of the café's virtual Barista, who processes the orders, prepares tea and coffee, and delivers orders back to the customers.
MarcMaslen/Laravel_form
simple form that will submit a message from a text box to an API in the app.