TheAwesomeGem / FightToLife

A game under development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FightToLife

A game under development

Guidelines

  • A method(function) should be between 3-15 lines of code
  • A method(function) shouldn't have more than 1 code group(whitespace)
  • A method(function) shouldn't have side-effects and should only do what the name says it should do
  • An abstract class(interface) shouldn't have more than 7 public methods
  • A class should have more than 10 methods.
  • A data structure shouldn't have more than 10 fields/unique data.

About

A game under development


Languages

Language:C# 100.0%