mdevino / connect4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect 4

My first game made in Unity. The game can be played here.

Todo list

  • Improve game graphics

Acknowlegements

Win sound by jobro.

Draw sound by deleted_user_877451.

Game Design Document

Name: Connect 4

Author: Mateus Devino

Description: Connect 4 is a two-player game. Each player places coins in a 7x6 board.

Goal: The player who connects a line of four pieces wins. Lines can be horizontal, vertical or diagonal.

State Transition Diagram

State Transition Diagram

About


Languages

Language:C# 100.0%