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: Difference between revisions

From SWEE.codes wiki
No edit summary
No edit summary
Line 12: Line 12:
'''Infinite Game''' is a game in [https://scratch.mit.edu Scratch] Swee made to simulate the logic of an infinitely generated level.
'''Infinite Game''' is a game in [https://scratch.mit.edu Scratch] Swee made to simulate the logic of an infinitely generated level.


The player is a dark grey box that scrolls to the right infinitely, it can be stopped/slowed down using the left arrow key, and can jump using the space key.
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.
[[File:Infgame-gameplay.png|alt=Screenshot of Infinite Game|none|thumb|Screenshot of Infinite Game]]
[[File:Infgame-gameplay.png|alt=Screenshot of Infinite Game|none|thumb|Screenshot of Infinite Game]]
It has music and SFX created using [https://beepbox.co BeepBox] made to sound like chiptune/8-bit.
It has music and SFX created using [https://beepbox.co 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 [https://scratch.mit.edu/projects/521445829/ got taken down.]
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 [https://scratch.mit.edu/projects/521445829/ got taken down.]

Revision as of 21:01, 18 February 2025


The thumbnail of Infinite Game
Released October 30 2021
Language Block coding
Platform(s) Scratch
License Unknown
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.