Pinned Repositories
Demo
Fruit-Ninja-Clone-in-Love2D
This repository contains the code for a Fruit Ninja Clone which was made using Love2D.
gamedevutopia.github.io
GDU-Improvement-Proposals
A repo for hosting/publishing and version controlling the improvement proposals for the GameDevUtopia DAO
Invisible-Maze
This is a LOVE2D game created to explore the concept of game states. In this game, the player has to detect the walls of the maze and navigate their way to the end point in each level while avoiding obstacles.
MazePortalFPS
FPS Shooter in Maze with portals
Morphogen
This is a LOVE2D game designed for the Game Off 2021 hosted by GitHub. The theme for the competition was 'bug'. While playing this game, the user experiences the different challenges and environments associated with these 4 individual bugs.
Pong
This is a LOVE2D game created to explore basic concepts of creating a game. This game is quite simple to make thus being the perfect game for budding game developers.
Star-Endurance
This is a LOVE2D game created to explore the concept of classes in Lua. In this game, the player has to survive in space while avoiding the asteroid obstacles.
Townhall-Defence
This is a LOVE2D game created to explore the concept of functions. In this game, the player has to protect their 'townhall' from enemies.
GameDevUtopia's Repositories
GameDevUtopia/Fruit-Ninja-Clone-in-Love2D
This repository contains the code for a Fruit Ninja Clone which was made using Love2D.
GameDevUtopia/gamedevutopia.github.io
GameDevUtopia/Pong
This is a LOVE2D game created to explore basic concepts of creating a game. This game is quite simple to make thus being the perfect game for budding game developers.
GameDevUtopia/Townhall-Defence
This is a LOVE2D game created to explore the concept of functions. In this game, the player has to protect their 'townhall' from enemies.
GameDevUtopia/Connect-4
This is a LOVE2D game created to explore the concepts of Mouse-Click events in Lua. The objective of this game is to get 4 consecutive coins diagonally, vertically or horizontally.
GameDevUtopia/Demo
GameDevUtopia/Dicey-Roads
GameDevUtopia/Extreme-RPS
This is the repository for our new game project Extreme Rock-Paper-Scissors. We will be updating this project over time.
GameDevUtopia/GDU-Improvement-Proposals
A repo for hosting/publishing and version controlling the improvement proposals for the GameDevUtopia DAO
GameDevUtopia/Invisible-Maze
This is a LOVE2D game created to explore the concept of game states. In this game, the player has to detect the walls of the maze and navigate their way to the end point in each level while avoiding obstacles.
GameDevUtopia/MazePortalFPS
FPS Shooter in Maze with portals
GameDevUtopia/Meltdown-Madness
GameDevUtopia/Morphogen
This is a LOVE2D game designed for the Game Off 2021 hosted by GitHub. The theme for the competition was 'bug'. While playing this game, the user experiences the different challenges and environments associated with these 4 individual bugs.
GameDevUtopia/Nuclear-Outrun
This is a LOVE2D game designed for the game jam hosted by AIT Pune. The theme of the jam was ' MeltDown'. In this game player is in a nuclear power plant and there is the breakdown of the nuclear fluid and the player has to survive.
GameDevUtopia/Star-Endurance
This is a LOVE2D game created to explore the concept of classes in Lua. In this game, the player has to survive in space while avoiding the asteroid obstacles.
GameDevUtopia/Clone-Escape
A platform game where you need to complete level by creating clones of itself.Whenever you make a clone, you go back in time and your clone will copy all the steps you've made before. We can use these clones to press buttons, jump on platforms and unlock doors.