When IronMan Crash with any moving object or Top or Botton it's means Game Over.
Sample game\Sample game\bin\Debug\Sample game.exe Open Sample game.exe file and it will run.
- Install Microsoft Visual Studio 2019 or newer (Community Edition is fine)
- Install latest .NET Framework and Core (VS Installer should let you do that, otherwise check here for Framework, and here for Core)
- Install Editor Guidelines (https://visualstudiogallery.msdn.microsoft.com/da227a0b-0e31-4a11-8f6b-3a149cf2e459)
- This is strongly encouraged to follow the 120 character limit per line guideline
-
Download and run IronMan-Game
-
Build and run
-
If having trouble, follow the Manual Setup below
- For running the git commands below, Git Bash is recommended
- Clone the git repository using
git clone https://github.com/hrshammo/IronMan-Game
, then to download the necessary contents packages, run:cd GameServer
git submodule init
git submodule update
- Open the GameServer Solution in VS, set the platform to x86, Build, and run.
- Install git and dotnet (dotnet-host, dotnet-runtime, dotnet-sdk, dotnet-targeting-pack) using your distro's package manager
- Clone the git repository using
git clone https://github.com/hrshammo/IronMan-Game
, then to download the necessary contents packages, run:
This repository is under the AGPL-3.0 license. All Copyright © goes to HR Shammo (https://github.com/hrshammo/) This essentially means that all changes that are made on top of this repository are required to be made public, regardless of where the code is being ran.