Skip to content

johnedvard/js13kgames2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hang by a thread, a js13kgames game

The state of the repo when I submitted the game to js13kgames can be found on tag js13kgames.

This is my game entry for js13kgames 2022 game jam. This years theme is "DEATH". I decided to create a rope physics game with a death theme. The game prototype can be played here https://js13kgames2022.netlify.app/ (It's subject to change as the game is still in development)

The game uses Verlet Intergration. I've followed this article, Simulate Tearable Cloth and Ragdolls With Simple Verlet Integration, and watched this video series, Coding Math: Episode 36 - Verlet Integration Part I trying to understand “Verlet Integration”, and implement it accordingly. I highly recomend taking a look at those resources to understand how it works.

Challanges

NEAR and OP Games

Use NEAR to connect to https://paras.id/. Players can unlock new levels by minting NFTs. The levels are integrated in the NFT itself, which means they cannot change.

Arcadian

Players can select cool headwear from the Arcadians.

Web monetization

Players can unlock extra bonus headgear if they are Coil subscribers

How to run and build the game

Install dependencies and start a dev server

npm install
npm run start

Build and create a zip file

npm run build:roadroller

How to play

You're a lost soul, and need to find your grave to rest in peace. Your rope is your lifeline. Protect it, sacrifice it, find your peace.

The goal is to reach your grave, the circle.

  • Use the arrow keys to move back and forth
  • Press space to get a boost upwards
  • Try to collect hearts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published