Spy06 / InfecNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InfecNet

A minigame i made with winforms This is just the source code, you can edit everything you want

All the assets i used is listed below:

Usage

  • Convert the BGM from .mp3 to .wav file
  • Create a winform project
  • Type dotnet new winforms in your terminal, this will automatically create a windows form application
  • Import the code
  • Now go to Program.cs
  • Instead of using
Application.Run (new Form1 ());

Use this

InfectEngine engine = InfectEngine.CreateEngine ();
Application.Run(engine);

And thats it, you're done setting up the app!

Setting The Desktop Wallpaper Through Code

Call this method everywhere you want

Extension.SetDesktopWallpaper (filePath);

About

License:MIT License


Languages

Language:C# 100.0%