From 2d8cc5d1d71b0fb6bc0b23cd2c325ae8f2f0f7d1 Mon Sep 17 00:00:00 2001 From: codegirl007 Date: Thu, 18 Jun 2026 02:47:04 -0700 Subject: [PATCH] Adding a README for completeness --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d8fd808 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +## Game + +This is a very simple game. + +## Objective + +- Explore Nystrom's Game Programming patterns when appropriate. +- Learn Odin +- Enjoy the love of hand writing code (cuz I love it) + +## Goals +- Build a playable single player game +- Build a multiplayer aspect +- Keep things as simple as possible