Skip to content

slagusev/whiskey2d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whiskey2D

=========

Whiskey2D is an open-source 2D game editor. It was written on MonoGame and winForms for a Major Qualifying Project at Worcester Polytechnic Institute. Whiskey2D was written by Chris Hanna and Daniel True.

About


Whiskey2D uses GameObjects, Scripts, and Levels to create games. A GameObject holds data about an object, and Scripts control it. See this video for a basic tutorial on how to use the program http://www.youtube.com/watch?v=sVJHYpwkpFI

Read this doxygen to learn about the commands available to game designers http://www.cdhanna.com/whiskey/docs/api/doxyapi

To see more about Whiskey2D, go to cdhanna.com/whiskey

To Build


  • Clone the repository, and open the Visual Studio project file.
  • Ensure that 'WhiskeyEditor' is set as the start-up project in Visual Studio.
  • Ensure that the solution has Nuget resolution enabled.
  • The solution should now build, and run the editor.

About

whiskey2d is an open-source 2d game editor.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.5%
  • Other 0.5%