From 1c75f1953f88a39096a844d89fa17e5fcad2c0c8 Mon Sep 17 00:00:00 2001 From: John Paul Wohlscheid Date: Mon, 28 Mar 2022 06:43:52 -0400 Subject: [PATCH] add status to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e906e1d..35855d6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # BASIC book games Back in the day several books were released with full of games written in BASIC. All a player had to do was type the code into their computer to play the game. This repo contains some of those games rewritten for [QB64](https://qb64.org/). To play the games, install QB64, open one of the files and hit F5 to compile. Enjoy. + + +## Status + +| Game | Status | +|------|----------| +| ICBM | Finished | +| Warfish | WIP | +| Wumpus | WIP |