A 2D side-scroller made in p5.js library as part of a 6 week workshop with Code Liberation at the Victoria and Albert Museum in London.
In this game, you play Nkechi a migrant passing through the border. She experiences a moment of biometric failure during her border interview, which she has to intervene upon with her trickster tokens. Collect 20 trickster tokens to beat the biometric system.
Click your mouse to move through cutscenes and jump
This game requires a browser with a local server started in terminal to be played locally.
The simplest method to bypass this is to download and install vscode and play the game in the live server plugin.
If you have nodejs and npm installed on your computer, you can start the game with the index.js file.
cd
into the borderritual2.0 directory and use the command:
borderritual2.0 $: npm install
borderritual2.0 $: npm start
The game's file is public/index.html. Launch this file in your default browser if you used method one or in browser plus if you used method two.
This is my first try creating a game in JavaScript, so it is not optimized properly.
Loading will take a while. Bear with me.