SA-MP Forums Archive
[FilterScript] [GAME][amxAPP] PAWN Tic-Tac-Toe Version 2, Advanced AI, Human VS Human, Human VS AI! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [GAME][amxAPP] PAWN Tic-Tac-Toe Version 2, Advanced AI, Human VS Human, Human VS AI! (/showthread.php?tid=259549)



[GAME][amxAPP] PAWN Tic-Tac-Toe Version 2, Advanced AI, Human VS Human, Human VS AI! - Gamer_Z - 05.06.2011

Okay people after a very long time (really long time) I release the next version of the Pawn Tic Tac Toe game.

It's a simple game made for sa-mp.

You can only play it in the server console for now, you may edit it to suit your needs and even cut out the Advanced AI to use in-game.

I bet that nobody beats the ai on HARD setting, when the ai is the X.

pastebin:
http://pastebin.com/Xp5iT2b0
zip:
http://solidfiles.com/d/427bf/

How to use?

After you add the script to the filterscripts line, startup your home server on windows (or linux , whatever, you just need to see the console and be able to send rcon commands) and then type one of the following commands (in the console, without the / [slash]):
Code:
human - play with other human being(s) or outworld intelligence
AI - play against my very own programmed advanced AI
easy - set the AI to easy level
normal - set the AI to normal level
hard - set the AI to brainsick level
o (O , not zero) - be the O
x (X) - be the X
startgame - after setting everything you want you can start the game with this command
exitgame - leave the current game, any current progress will be lost
1,2,...,9 - put O or X on a square with number [z] - where 'z' is your chosen number
old topic:
https://sampforum.blast.hk/showthread.php?tid=144982


Re: [GAME][amxAPP] PAWN Tic-Tac-Toe Version 2, Advanced AI, Human VS Human, Human VS AI! - TheYoungCapone - 05.06.2011

haha man i tried it looks sick :P nice
btw isnt there a way to get color on the server window?


Re: [GAME][amxAPP] PAWN Tic-Tac-Toe Version 2, Advanced AI, Human VS Human, Human VS AI! - BASITJALIL - 05.06.2011

Nice work Gamerz


Re: [GAME][amxAPP] PAWN Tic-Tac-Toe Version 2, Advanced AI, Human VS Human, Human VS AI! - Millionaire - 05.06.2011

Good job man


Re: [GAME][amxAPP] PAWN Tic-Tac-Toe Version 2, Advanced AI, Human VS Human, Human VS AI! - Gamer_Z - 05.06.2011

Quote:
Originally Posted by TheYoungCapone
View Post
haha man i tried it looks sick :P nice
btw isnt there a way to get color on the server window?
using a plugin , it can be done :P
somewhere on this sa-mp forum there is a 'colored console text' plugin, you can try and edit it :P The 'game board' is drawn in the callback "DrawBoard()".

Nice you like it!