Skip to content

Thirteens everywhere... - a js13kGames 2024 competition entry by @mallo-c.

License

Notifications You must be signed in to change notification settings

js13kGames/thirteens-everywhere

 
 

Repository files navigation

Thirteens everywhere

A game for future programmers.

You need to reach the flag. You have a robot JSK-13 to do this. Unfortunately, the robot has a triskadekaphobia. It means that it is afraid of thirteens and it will break down if he meet one. Write a program for the robot and reach flags!

Write code on the left side.

Press Run to run the code on the right side.

Press SPEED button to change the speed of JSK-13.

Use the bottom panel to see how many commands you have used.

Good luck!

Screenshot

How to build

You'll need Python 3.8+ to build the game.

git clone https://github.com/mallo-c/js13k-entry-2024.git
cd js13k-entry-2024
yarn install
yarn build

A file named dist.zip will appear.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.4%
  • SCSS 11.1%
  • Python 8.4%
  • HTML 5.3%
  • JavaScript 1.8%