First build on itch.io

Decided to put this onto itch.io
Made an account and everything :sweat_smile: so here it is:
Hacker Game by me

1 Like

I tried your game and it looks nice. Since it is a Windows standone player file maybe consider adding an option for the player to quit the game from within the game using something like this:

if ( input == "exit" || input == "quit" || input == "close")
{
     Application.Quit();
}

Otherwise it is a great step forward.

Thanks for the advice, i added it in!

Have a good one :slight_smile:

Looks good and everything works! You Got Games :+1:

Privacy & Terms