A short puzzle-platform game, where you turn into different letters to navigate the levels.
https://robson.plus/in-character/
The output for this project is designed for desktop only. Mobile is not supported.
Platform | OS | Browser | Version | Status |
---|---|---|---|---|
Desktop | Windows | Firefox | 99 | Working |
Desktop | Windows | Opera | 85 | Working |
Desktop | Windows | Chrome | 100 | Working |
Desktop | Windows | Edge | 100 | Working |
Last tested on 13th April 2021.
To run this on your computer:
- Download the repository.
- Unzip anywhere.
- Open index.html in your browser.
This is the webpage that everything else is loaded into. This has been kept as simple as possible, so it mostly links to the stylesheet and JavaScript files.
This is a list of keyboard keys and their associated numbers in JavaScript.
This contains the shape of every letter of the alphabet. It also contains some special characters, but these aren't used.
This contains the levels in the order they are played. Each level has data such as the name, layout, starting letter, starting position, etc. New levels can be added by just editing this file.
This is the JavaScript that makes everything work.
This is the background of the page.
This is where all the formatting is stored.
This is built using:
- HTML
- CSS
- JavaScript