Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pihedron/winforms-game

Windows Forms Platformer
https://github.com/pihedron/winforms-game

winforms

Last synced: 10 days ago
JSON representation

Windows Forms Platformer

Awesome Lists containing this project

README

        

# 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.