Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pihedron/winforms-game
- Owner: pihedron
- License: mit
- Created: 2024-05-11T11:07:52.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T10:01:50.000Z (9 months ago)
- Last Synced: 2024-05-22T11:25:46.901Z (9 months ago)
- Topics: winforms
- Language: C#
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.