From 36d72c0045fc9a79f6cce48c9e6a1cb42b00243c Mon Sep 17 00:00:00 2001 From: Sacha Ligthert Date: Mon, 16 Jan 2023 22:01:17 +0000 Subject: [PATCH] Initial Commit --- Home.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..4574eb3 --- /dev/null +++ b/Home.md @@ -0,0 +1,24 @@ +# Morrowind with Blackjack and Hookers +Sacha and Bryan were thinking " _Lets build a game!_ " and then potentially spent 1000's of unbillable hours on a fun game project. + +# Goal +Create a small playable demo of game we would like to play. + +It needs to be simple, a proof of concept, something enjoyable, and include some of the following: + +* A series of rooms, or terrain, or both +* AI to interact with (read: fight!) +* Pathfinding for AI +* Combat +* Weapons + +# Ideas +Then for the long-term the following was discussed + +* Inventory systems +* Create a platform that allows for easy expansion (modding) +* Make it rogue-like, rogue-lite +* Use server/client model from the start + +# Questions +* Fantasy, pew pew, both? \ No newline at end of file