silly-ursus / VestibuleFinal

A terminal game with HTML, CSS, and JS

Home Page:https://brackettobracket.wordpress.com/2018/05/18/final/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vestibule

Terminal games and Choose Your Own Adventure games have a special place in my heart. I actually didn’t play too many of these when I was younger, and I totally lost out, because this is one hundred percent my thing. Story? Code? Weird puzzles? Count me in.

Project screenshot

Starting with a 600×600 pixels canvas, I wanted to try getting the screen to span the entirety of the window. displayHeight() actually pushed the text and canvas too far for my browser, making the text buggy, and switching to windowHeight/Width fixed that up for the most part. The onscreen text and user input took a few system functions, namely keyTyped(), keyCode, and various JavaScript functions for strings specifically. The custom functions in my program are massively important as well, especially userCommand, which was built one if statement at a time.

Read More...

About

A terminal game with HTML, CSS, and JS

https://brackettobracket.wordpress.com/2018/05/18/final/


Languages

Language:JavaScript 99.9%Language:HTML 0.1%