Getting Started
The goal of this post is just to set up Otter2D to show a black screen.
Create an empty solution in visual studio
Open up Visual Studio
Click “Create Project...”
Select Console Application (Visual C#)
Type a name for your game in the name field
Hit Ok.
Add Otter2d Source Code to the Solution
Right click on the solution and select Show in File Explorer
Go to: https://bitbucket.org/kylepulver/otter/downloads and click the download repository link.
Unzip the downloaded file and move the folder named “Otter” into the folder that you opened with visual studio.
Add the Otter source to the solution
Right click on the solution and select Add > Existing Project...
Navigate to the Otter folder that you just added and select Otter.csproj
Add a reference to Otter in the application
Right click on your game project and select Add > Reference...
Under Projects > Solution check the checkbox next to Otter
Update the Program.cs file so that it looks like this:














