Archive for the 'Programming' Category

Small Basic

I recently came across a new language via the DreamSpark homepage called Small Basic. It’s a simplified implementation of BASIC aimed of people looking to begin programming.

It looked pretty neat so I decided to try and create a clone of  Tic Tac Toe.

Here’s what I came up with:

tictactoe

Ok, it’s not the best thing ever but the base mechanics and winning conditions are there and it works and that’s all that matter. No bad for less than an hours work eh.

I’ll upload the code later on when I get time to clean it up abit.