Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Infinite Game

From SWEE.codes wiki

The thumbnail of Infinite Game
Released October 30 2021
Language Scratch
Platform(s) Web
License Other/Open-Source
Created by Swee
Website https://scratch.mit.edu/projects/590276640/

Infinite Game is a game in Scratch Swee made to simulate the logic of an infinitely generated level.

The player is a dark grey box that scrolls to the right automatically, it can be temporarily stopped/slowed down by holding the left arrow key, and can jump using the space key.

Screenshot of Infinite Game
Screenshot of Infinite Game

It has music and SFX created using BeepBox made to sound like chiptune/8-bit.

It also used cloud variables to store the high score and the user that has the high score. Letters were encoded to numbers using the system Swee made in his cloud variable chat experiment that got taken down.

Generated chunks

There are 4 types of chunks that Infinite game can load into the level, all 4 of them are shown in the screenshot above

  1. Grassy ground - With spike ceiling
  2. Grassy ground - Plain
  3. Lower ground - Spike
  4. Quicksand

(The player slows down in #4 and slowly gets moved to the void, can be escaped by jumping)