Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

kylepulver/Otter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Otter

Otter

Otter is a 2d game development framework developed with SFML.Net. It's primarily meant for PC, Mac, and Linux games.

Current Version

  • Version 0.9.6
  • Coming Soon: 1.0.0

Basic Features

  • Quick Set Up
  • 6 Collider Types
  • Handy Utility Functions
  • Scene, Entity, Component Based System
  • Texture Atlas Support
  • Ogmo Editor Integration
  • And MORE! :D

Set Up (Visual Studio)

  • New Console Application
  • Add Project "Otter.csproj" to Solution
  • Add Reference to "Otter" in your Project
  • Add "using Otter;" to your Program.cs
  • Create a new game: var game = new Game();
  • Start the game: game.Start();
  • Run your brand new Otter game!

Contribute

  • Submit a pull request
  • File an Issue
  • Post on the forums

Help

About

2d game making framework built on top of SFML.Net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages