Update Readme and base structure.

This commit is contained in:
2026-05-01 20:32:12 +03:30
parent b183bda7b4
commit 70922d6774
14 changed files with 33 additions and 37 deletions
@@ -7,7 +7,7 @@ import java.util.List;
public class Main {
public static void main(String[] args) {
// TODO: ADD SOME LOCATIONS TO YOUR GAME
// TODO: ADD LOCATIONS TO YOUR GAME
List<Location> locations = new ArrayList<>();
// TODO: IMPLEMENT GAMEPLAY