start writing game

This commit is contained in:
John Paul Wohlscheid 2023-07-11 01:40:25 -04:00
parent 2b8586f540
commit 43c6869fab
2 changed files with 21 additions and 0 deletions

BIN
hallway-test Executable file

Binary file not shown.

21
hallway-test.bas Normal file
View File

@ -0,0 +1,21 @@
Rem This is a test for a potential game named Savage Actual. We'll see what happens.
Rem by John Paul Wohlscheid
WindowTitle "Hallway test"
Dim as integer room1, room2, room3, room4, room5
Dim as string funame
Input "Before we begin, please enter the name of your character: ", funame
If funame = "fuck"
then print "That's real nice. I think I'll call you Larry."
then funame = "Larry"
elseif funame = "Bryan"
then print "I'll call you 'the Duke'."
then
elseif funame = "Gregg"
then print "Looks like we're going to get some philosophy in the house."