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

https://github.com/biznesbear/wfgl

Windows Forms game library
https://github.com/biznesbear/wfgl

game-library gamedev windows windows-forms

Last synced: 5 months ago
JSON representation

Windows Forms game library

Awesome Lists containing this project

README

          

# 🗑️ WFGL
"Windows forms game library" allows you to create small, unoptimized 2D games.

> [!IMPORTANT]
> WFGL is aborted project.

> [!NOTE]
> WFGL is 4fun & educational purpose project.
> This *library* was not created with the intention of creatin large games in it (or even anything in it).
> Also contains huge amounts of spagetti code.

## 📄 General futures
- Auto scaling
- Object managment
- Small optimalizations
- Very basic ui

## 🎈 Install by Cloning
```
$ https://github.com/BiznesBear/WFGL.git
```

In new project you have to set target platform to Windows and add
```csproj
true
```
to your project file.

## ⭐ Showcase
https://github.com/user-attachments/assets/a8b30b77-9fb4-4d3d-88e3-1df1ebba3904

[Code](https://github.com/BiznesBear/FlappyBird)