Skip to content

GnuCodingStudio/Linky-KenneyJam-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4b6c006 · Sep 28, 2024

History

41 Commits
Aug 24, 2024
Sep 15, 2024
Sep 28, 2024
Sep 15, 2024
Sep 28, 2024
Sep 16, 2024
Sep 24, 2024
Sep 28, 2024
Sep 27, 2024
Jul 20, 2024
Aug 24, 2024
Jul 20, 2024
Jul 20, 2024
Sep 16, 2024
Sep 28, 2024
Aug 24, 2024
Sep 28, 2024

Repository files navigation





Linky

GitHub release GitHub

Inspired by KennyJam 2024, Linky is a two player shared-screen game. The players are linked by Linky, a laser beam which must not be broken or interrupt.


Available on itch.io

Feature

  • ✨ Two players - Shared screen
  • 📝 Multiple rooms to resolve!
  • 🎁 Infinite run

Roadmap

  • No more roadmap

Contribute

If you want to create your own rooms, you can fork the project. Look at how other rooms are created: /scenes/levels/door/... for instance. Once created, you may add it to InfiniteLoader class.

Basically, a room should:

  • extend BasicLevel
  • start at [0; 0] and face the top
  • have a Node2D defining the position to place the next level
  • have 6 blocks wide start and end
  • be finishable

Tech & Tools

  • Godot 4.3
  • Kenney assets

Play & Download