Impression


Made with pleasure but serious

A C# cross platform game toolkit to create 2D and 3D games



Cross Platform Free Extensible


Android
iOS
Linux
Mac
Universal Windows
Windows

Prerequisite

You need development toolkit to easily develop game.
Currently, it's contains project and content builder. See more prerequisite installation.


Windows      Mac      Linux   



New Project

Open terminal or command prompt
run {path-to}\ProjectBuilder.exe new YourProjectName
If you on Mac or Linux environment
run mono {path-to}\ProjectBuilder.exe new YourProjectName



Open Project

Open YourProjectName.sln on YourProjectName directory.
A C# IDE should be open.



Build and Run

On C# IDE, build and run like other C# projects.
These action will download some dependencies, just first time.
If successfully, an empty burlywood color game window will appear.



Now, It's Your Turn!

Read the docs, explore the examples, and create your game.