phu004 /
JavaRTS
Hobby project, trying to create a simple RTS game with somewhat challenging AI
Loading repository dataโฆ
ScottJuvik / repository
Hobby project: A retro-style Java Space Invaders game built with the MVC architecture ๐ฎ๐พ
A retro-style Space Invaders game built in Java using the Model-View-Controller (MVC) design pattern. Fly your ship, shoot aliens, and track your high scores, all in a Swing-based GUI.
โ Move leftโ Move rightSpace Shootโโโ README.md
โโโ src
โโโ App.java
โโโ controller
โ โโโ GameController.java
โโโ data
โ โโโ ScoreReader.java
โ โโโ ScoreWriter.java
โโโ model
โ โโโ GameModel.java
โ โโโ ScoreManager.java
โ โโโ entitites
โโโ resources
โโโ view
GameModel, Ship, Alien, Bullet, ScoreManagerGameView, MainMenuView, HighScoresViewGameControllerApp.java is set as the entry point.Run button or press F5.javac -d bin -sourcepath src src/App.java
java -cp bin App
Selected from shared topics, language and repository descriptionโnot editorial ratings.
phu004 /
Hobby project, trying to create a simple RTS game with somewhat challenging AI
InspireNXE /
Ember is a voxel engine, built for Java, developed as a hobby project to tackle the unique challenges associated with game development
mars-polaire /
This repository contains a Java-based dungeon crawler video game built using objectโoriented programming principles. Iโm working on this project purely for funโto explore game development concepts such as OOP design, rendering, physics, sprite animation, and level design. Feel free to browse the code and enjoy this hobby project!