Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

smack0007/Snowball_v1

Repository files navigation

Snowball
========
Snowball is a 2D game framework written in C# using SharpDX.

Philosophy
==========
Though this project is called a framework, the goal is to make the framework as
flexible as possible. Most components speak to other components through
interfaces and can therefore be swapped out as needed. For example, a custom
window class can be created for use with the Game class by either subclassing
the standard GameWindow class or implementing the interface IGameWindow.

About

2D game framework written in C# and SharpDX.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages