22 skills found
a1098832322 / Shimeji基于Shimeji ee项目构建的一个私人魔改桌宠小项目
DalekCraft2 / Shimeji DesktopA port of Shimeji-ee from JRE 6 to JDK 11. Also has many code changes and bug fixes, but attempts to preserve backward compatibility.
ataturhan21 / Memory GameIt is a fun memory game made with Java Swing and AWT, perfect for anyone interested in game development or looking for a little entertainment.
tonikolaba / BatBat GameBatBat :battery::zap: is an easy and free Maven Java game run in Spring Boot.
Abhi5h3k / Java Project 2D Game Fight ZoneThis is a simple 2D java game developed using eclipse IDE and little brain, I made this game as a free time project while learning SWINGS and AWT in JAVA. I have included comments and useful links within the code for help. This is a simple game with concept of 2 player fighting, one player standing on left side and other player on right side Facing each-other. Player one keys (Left side player) are WASD for UP,LEFT,DOWN,RIGHT and key 'B' for shoot and for player Two navigate using Arrow keys and Shoot using numpad key '2'. This is my first game and I would like to share it. Anyone is free to make changer to the game like adding stages and improving UI . Kindly maintain the credits page and add your credits too.
leonardo-ono / JavaWolf3DGameEngineWolfenstein 3D Game Engine implemented in java using only standard libraries (Java2D, AWT, Swing and Java Sound API), so no external libraries is required. The current version supports only the Shareware version. Video: https://youtu.be/_-DBxbrOXPM
shofiahmed69 / JAVA 2D SPACE SHOOTER GAME A classic arcade-style shooter built from the ground up using Java Swing and AWT. This project serves as a practical application of Object-Oriented Programming (OOP), featuring a custom game engine loop, real-time collision detection, and dynamic entity management.
Hasnatrasool163 / Tetris In JavaThis repository contains full tetris game implementation in Java swing and awt.
subhadeephazra / SnakeGame 2DA simple snake game in java using Java AWT and Java Swing
Amey-Thakur / HANGMAN WORD GAMEA classic graphical Hangman game implemented using Java Applets and AWT/Swing components.
RogerPhilippe / JavaGoldenAxeGolden Axe (1989) game implemented in java using only standard libraries (Java 2D, Swing, AWT & Java Sound API), so no external libraries required. Video: https://youtu.be/uevIVLNhQqs
blackscythe123 / Retro RpgSnake, Flappy Bird, and Space Shooter—inside a single Swing application. Each title includes modernized physics, buff stacking, score combos, and a shared pause/restart system.
realspal / ChainReactionChain Reaction PvP (2-Player) Game Application with options for saving and loading an incomplete game, created in Java using Swing and AWT, for playing the Chain Reaction game, a turn-based deterministic combinatorial strategy game of perfect information for 2 players, played on a 9x16 rectangular grid.
Cristy94 / Java AWT Solitaire GameJava solitaire game example using Java AWT. Includes basic game logic, localization and a save/load system.
aeris170 / RISK Digital CutRISK tabletop game repository
mukeshlilawat1 / Snake Game Using JavaThis is a classic Snake Game built using a combination of JavaFX for the modern GUI and AWT (Abstract Window Toolkit) for some foundational graphical components. The game is lightweight, fast, and demonstrates the fundamentals of event-driven programming, 2D graphics rendering, and basic game logic using Java.
TranquilRock / JavaGameA java game like The Battle Cats, using Swing and AWT.
eriicali / Good Skilljava platformer game using OOP principles, as well as swing, and awt
sumitst05 / Cosmic DodgeA mini dodge to survive type Space Game written in Java using java.awt and java.swing
SpeedyAstro / Tic Tac ToeA Basic TicTacToe game made in java using Swing/AWT libraries