GiggioMauro's Stars
lagoo178/spaceinvader
I wrote this game while I was studying OOP and the Java programming language in late 2018. This is a game that is inspired by old school space invaders, and is made from the Java programming language
AbbasMahdavi021/DOOM-Eternal-At-Home
A thrilling 2-player Java game inspired by Doom Eternal, with intense multiplayer action and music in a 2D environment.
mdtalalwasim/TicTacToeGame
Java GUI Tic Tac Toe Game
dillanspencer/Multiplayer-Platformer
2D Top-Down RPG Multiplayer - 2D Leauge of Legends
NicolaDean/Ing.Sw-Project-JAVA--Diana-Dean-Dominici
Progetto Ingegneria SW 2021 POLIMI
dillanspencer/RPG-Game---Quad-Games
Uses my quad engine. 2D dynamic lighting, 2d physics, game state handling
hdescottes/GdxGame
Turn-based RPG game using Java and libGDX
mtala3t/Super-Mario-Java-2D-Game
It is a simple Java 2D game like super mario.
raydac/battleships-resurrection
Attempt to restore game-play of old demo-game Battleships written for E3 2001
Oshan96/OpenFighting
Simple 2D combat game using Java OpenGL (JOGL)
ImKennyYip/flappy-bird-java
Coding Tutorial: https://youtu.be/Xw2MEG-FBsE
mtala3t/Tanks-Java-2D-Multiplayer-Game
It is a simple Java 2D Multiplayer Tanks Game. It is a client/server game.
dillanspencer/Quad-Engine
A high-level cross-platform 2D game development API
mtala3t/Snake-Java-2D-Game
It is a simple Java 2D Snake game with sound.
libgdx/libgdx
Desktop/Android/HTML5/iOS Java game development framework
Apress/java-game-dev-LibGDX
Source Code for Java Game Development with LibGDX by Lee Stemkoski
Glank/Java-Games
A whole bunch of games programmed in java.
tmscarla/mvc-patterns
Implementation of the architectural pattern Model View Controller through the composition of the design patterns Observer, Strategy and Composite.
jdolkowski/war-games
A project from my java university course. Some game mechanics and Observer design pattern implementation.
dsenese/AdventureGame
Java and JavaFX game, testing design patterns. Observer, Strategy, Singleton, Factory.
pavankothawade/Aladdin-2D-Game
Developed a 2D game in Greenfoot using JAVA which involved implementing Gang of Four design patterns and using Agile Scrum Methodology. Design patterns include Observer pattern, Command Pattern, State Pattern, Template Method Pattern and Factory Method Pattern.
java9s/observer-pattern-example
Observer Pattern example in Java - Desgin patterns tutorial by Java9s.com
IDouble/Multithreading-Chat-Server-Java
🖥 A simple Chat Server in Java, implemented with the Observer pattern 🖥
IDouble/Multithreading-Chat-Client-Java
👥 A simple Chat Client in Java, implemented with the Observer pattern 👥
kishanrajput23/Java-Tutorials
Compilation of all study materials related to code with harry java course with assignment solutions
bhui0003/MVC-Game-Sample
A simple game written in Java demonstrating the MVC pattern.
emuro2/Chess-Game--Java-
MVC Model Chess Game
Peaupote/advance-war
Implementation of an advance-war fan game for a student project
ashiishme/java-swing-mvc
Java swing application boilerplate with model view controller (MVC) design patterns.
wesleywerner/mvc-game-design
Using the model, view and controller design pattern for games