An open API service indexing awesome lists of open source software.

https://github.com/40bc/bowlmaster

Scripting Exercise - Bowlmaster made with Unity 2017.1 and C#
https://github.com/40bc/bowlmaster

3d-physics-engine csharp loops scripting sub-states test-driven-development try-catch unity3d

Last synced: 6 days ago
JSON representation

Scripting Exercise - Bowlmaster made with Unity 2017.1 and C#

Awesome Lists containing this project

README

        

# Bowlmaster
Scripting Exercise - Bowlmaster made with Unity 2017.1 and C#
This exercise demonstrates an understanding and practice of TDD. It includes a game manager to control the state of the game.
It has examples of loops, lists, statics methods and classes, and try catch blocks, etc.