start writing game
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								hallway-test
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								hallway-test
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										21
									
								
								hallway-test.bas
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								hallway-test.bas
									
									
									
									
									
										Normal 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."
 | 
				
			||||||
 | 
						
 | 
				
			||||||
		Reference in New Issue
	
	Block a user