More actions
Created page with "{{InfoBoxEntity | title = Infinite Game | image = 128px | caption = The thumbnail of Infinite Game | releasedate = October 30 2021 | lang = Block coding | platform = Scratch | license = Unknown | dev = Swee | site = https://scratch.mit.edu/projects/590276640/ }} '''Infinite Game''' is a game in [https://scratch.mit.edu Scratch] Swee made to simulate the logic of an infinitely generated level. File:Infgame-gameplay.png|alt=Screen..." |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
| caption = The thumbnail of Infinite Game | | caption = The thumbnail of Infinite Game | ||
| releasedate = October 30 2021 | | releasedate = October 30 2021 | ||
| lang = | | lang = Scratch | ||
| platform = | | platform = Web | ||
| license = | | license = Other/Open-Source | ||
| dev = [[User:swee|Swee]] | | dev = [[User:swee|Swee]] | ||
| site = https://scratch.mit.edu/projects/590276640/ | | site = https://scratch.mit.edu/projects/590276640/ | ||
}} | }} | ||
'''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 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.] | ||
== 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 | |||
# Grassy ground - With spike ceiling | |||
# Grassy ground - Plain | |||
# Lower ground - Spike | |||
# Quicksand | |||
(The player slows down in #4 and slowly gets moved to the void, can be escaped by jumping) |
Latest revision as of 21:22, 18 February 2025
![]() 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.

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
- Grassy ground - With spike ceiling
- Grassy ground - Plain
- Lower ground - Spike
- Quicksand
(The player slows down in #4 and slowly gets moved to the void, can be escaped by jumping)