Skip to content

Sweaty-Bacon-Ducks/Steamy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steamy - Steampunk hero platform shooter

Most important things and problems we're tackling in the project:

  • MVVM - We're creating our own MVVM implementation, where models are clear classes, view-models are monobehaviours and views are GameObjects.

  • Teamwork - This is our first big project with more than 4 members. We're learning not only how to work with git, but also about connecting programmers, graphic artists and designers work.

  • Dependency Injection - Although we haven't used any DI frameworks, we utilized the inspector to easily change the behaviour of objects using ScriptableObjects.

  • Travis CI - We're using continuous integration service in order to build and test project.

MVVM code example:

Build status

A game made by a couple of friends.