winforms-game

Windows Forms Platformer

MIT License

Stars
1
Committers
2

Game

This is a Windows Forms puzzle platformer game.

Requirements

  • Windows 10
  • .NET 6

Features

Logic Circuits

Logic circuits are represented by a directed acyclic graph starting from the output nodes and ending at the input nodes. These nodes can be connected by gate nodes (logic gates). Outputs nodes behave differently when activated. For example, collision is enabled for the BOX node when it is activated.

Related Projects