|
TicTacToe Game This was a program that I did for my graphics class...I decided to focus more on the logic than graphics although it does have barebones graphics. Computer's intellect in competing against you is not high, but it works generally speaking. I believe you will also need the following sound files. As well as the glut32.dll file. You will need to save it in your system or System32 folder (in Windows). Source code is included here. Same game written in VB Hope this works... Here is the code file (source) for it. Simple Calculator Program My initial project to get acquainted with Visual Basic. I actually misplaced the project so rewrote the whole thing again real fast (faster this time around now that I know more about the language and controls). Here is the code file (source) for it. The About dialog box is here if you want it also (VB generates this itself). VB Chat Client Exploration of Winsock API using VB. Learned a few things about VB too in the process. I was under the impression that VB wasn't Object Oriented...which I suppose in some senses it's not, but it's not quite THAT bad--still lets you as a programmer encapsulate information and create own types. Anyhow, if you're interested in the code it has been provided zipped. Not a very refined program, but it sort of works. VB Chat Server This is the server that I wrote to be used with the abovementioned chat client. It isn't truly multi-threaded, but is good at pretending to be. As with the client, it needs (or should undergo some) refinement. If you're interested in the code it has been zipped. Chat Program This is a program written by a friend and myself for a network class. As there are two parts, the client as well as a server side, Please refer to the page in the link provided above for the program. This was written in java so, as of now, there is no readily available executable. I will attempt to fix this as soon as possible. |