From 371599c1778d7df50911c1becc5e5b0551969e7f Mon Sep 17 00:00:00 2001 From: Ben Kyd Date: Sat, 29 Aug 2020 17:29:36 +0000 Subject: [PATCH] ITS ROUGELIKE TIME --- IDEA | 1 - The Great Machine/main.cpp | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/IDEA b/IDEA index e7ea338..691d211 100644 --- a/IDEA +++ b/IDEA @@ -1,4 +1,3 @@ - Rougelike where the player is stuck in "the great machine" There is no floors in the rougelike, a sprawling generated dungeon where enemies are members of "the great machine" diff --git a/The Great Machine/main.cpp b/The Great Machine/main.cpp index e69de29..d04a801 100644 --- a/The Great Machine/main.cpp +++ b/The Great Machine/main.cpp @@ -0,0 +1,5 @@ + +int main() +{ + +}