Schools out, AI Project will be on my site sometime in the near future... I'm not completely happy with it's performance. Summer school starts in a week... I want to add another class for the second session in the summer, don't know what though. I'll be taken Arcitecture, but don't know what I'll be doing the second half. I was looking forward
(
Read more... )
p.s. C++?
Reply
Reply
The program ended up being a game called crosses and hoops (which I understand is what you brits call tic-tac-toe), that is played a lot like tic-tactoe, except on a 8 x 8 grid, and you need 4 in a row to win. The single player game assigns a utility (happiness) to each square, based on the squares near it, and then chooses the square that makes it the "happiest" or has the highest utility, based on a series of 4 or 5 rules.
The code will be on the site, along with a manual. It should compile on any system that has a C++ compiler that is up todate (ANASI, C99 standard) -- so d/l DJGPP, my code, and you can play it. :)
Reply
Reply
Reply
I did skirt all the issues, but I wanted it to be clear that I saw the message, understood the concern and that I ignore it. So I don't post many personal things here, well... I happen to keep a very private journal, seprate from the web, without worrying about being judged or getting into heated debate about what I feel. I've been a bit busy, and pop off a lame reply seemed better than letting Minnie and you think I didn't read you comments.
Reply
To get it running:
On DOS/Windows
1.) get DJGPP, check out GNU.org for the link
2.) save all the files in that directory to a directory on your machine
3.) rename Build.sh to Build.bat, and change all occurances of + in Build.sh to p
4.) type Build at the DOS prompt
On Unix
1.) grab the files
2.) change the Build.sh to have excute permissions (if the D/L changes it exclude the permission bits.
3.) run the Build shell script
To play type:
CrossesNHoops at the command prompt.
Minnie and Jen ask Sky to let you play on myserver, if you don't have access to a Unix mahcine and don't want to D/L DJGPP.
Reply
Leave a comment