From 6f535011e321df284aaf20f2513bfa49487108a0 Mon Sep 17 00:00:00 2001 From: John Paul Wohlscheid Date: Sun, 27 Mar 2022 09:11:07 -0400 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37cc0a2..ad91f96 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -basic-book-games +# BASUC 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.