Search found 2 matches

by bozanas
Sat Jan 05, 2013 12:48 pm
Forum: Libraries and Tools
Topic: Tic Tac Toe Board
Replies: 4
Views: 2461

Re: Tic Tac Toe Board

Here is what I have. I hope that you will help me! Main function require "menu" require "cell" function love.load() s={} medium= love.graphics.newFont(40) love.graphics.setBackgroundColor(200,150,100) gamestate="menu" button_spawn(20,100,"Start","start&qu...
by bozanas
Fri Jan 04, 2013 5:42 pm
Forum: Libraries and Tools
Topic: Tic Tac Toe Board
Replies: 4
Views: 2461

Tic Tac Toe Board

Hey, guys, I need your help. I am a begginer I have to make Tic Tac Toe game, and I am having some problems with the board. I cant created the board. I tried a lot functions and I cant make one that will work allright. I created almost all functions that I need for the game, but I cant create the bo...