https://github.com/pihedron/winforms-game
Windows Forms Platformer
https://github.com/pihedron/winforms-game
winforms
Last synced: 6 months 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T10:01:50.000Z (about 2 years ago)
- Last Synced: 2024-05-22T11:25:46.901Z (about 2 years 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
# Bitmurai
This is a Windows Forms puzzle platformer game made for a school project. Check the [releases](https://github.com/pihedron/winforms-game/releases) tab to download the 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.