From 50e370f6ca8f4be58be7cd127793d20daac0a489 Mon Sep 17 00:00:00 2001 From: Nighthawk Date: Sun, 21 May 2023 13:24:03 -0400 Subject: [PATCH] Update README.md --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c612a4c..dd1839a 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,15 @@ PyYoda is a recreation of LucasArt's classic "Desktop Adventure" game Yoda Stori The current roadmap is as followed: -1. -Recreate the original gameplay using the original assets. +1. Recreate the original gameplay using the original assets. -2. -Implement a system to allow for custom sprites and tiles to be added. +2. Implement a system to allow for custom sprites and tiles to be added. -3. -Implement a system to allow for custom maps using the available tile map. +3. Implement a system to allow for custom maps using the available tile map. -4. -Implement a system to allow for custom missions. +4. Implement a system to allow for custom missions. # Wishlist -Implement a basic cooperitive multiplayer mode where up to 4 players can play as Luke, Han, Leia, Chewy, Indy, etc. to solve (preferably) cutstome content designed for multiplayer. +Implement a basic cooperitive multiplayer mode. +Where up to 4 players can play as Luke, Han, Leia, Chewy, Indy, etc. to solve (preferably) custom content designed for multiplayer in mind.