Skip to content

Not 13 - a js13kGames 2024 competition entry by @MartinTale.

Notifications You must be signed in to change notification settings

js13kGames/not-13

 
 

Repository files navigation

not 13

Game where you pick an item that doesn't have 13 of it on the screen as fast as possible to get high score!

Avalanche & Thirdweb Challenge

Implemented game themes using Thirdweb Typescript SDK that gets NFTs from Avalanche blockchain that determine look, feel and colors of the game.

OP Guild Challenge

  • NPC chick at the top left gives a hint to user to confuse them as it's not always correct.
  • NFT NPCs switch game themes for the player

Arcadia Challenge

Published the game on Arcadia platform - https://arcadia.fun/games/2ce9da72-386a-49d1-a06c-fc729c45fed8/

Usage

Install

Clone and install dependencies:

git clone git@github.com:MartinTale/not-13.git
cd not-13
npm i

Dev server

Start the dev server with hot reload:

npm run dev

Open your web browser to http://localhost:5173/

Production build

Create a final production build:

npm run build

Credits

Everything (almost), including art, design, music, sound, and game was created by me - Martin Tale

Acknowledgements

Frank Force for ZzFX

Keith Clark and Frank Force for ZzFXM

Kang Seonghoon for Roadroller

Rob Louie for Roadroller configuration recommendations

Salvatore Previti for Terser configuration recommendations

Andrzej Mazur for organizing js13k