Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.88 KB

README.md

File metadata and controls

56 lines (32 loc) · 1.88 KB

Title

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.

Instructions to Play the Game

Click your mouse to move through cutscenes and jump

Setting Up the Game on Your Computer

Method One

This game requires a browser with a local server started in terminal to be played locally.

Method Two

The simplest method to bypass this is to download and install vscode and play the game in the live server plugin.

Method Three

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

Launch File

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.