Saturday, March 5, 2011

First Post

Hey everyone. For our project we will be converting a "Connect Four" game from C# to Lua. We have gotten a start by installing Lua 5.1 and playing around with some basics. So far some interesting things to note are that Lua is case sensitive, and in Lua a variable type does not need to be defined.

For now our plan is to take our exsiting code and convert the syntax from C# to Lua. From there we will compile it piece by piece to determine if we made any errors. After that we will implement in order to gain all the necessary functionality. This of course is our high level plan and is subject to change as we hit road blocks...stay tuned!

No comments:

Post a Comment