04.08.2011, 20:37
(
Последний раз редактировалось iMonk3y; 21.09.2011 в 13:58.
)
_________________________________________________
_________________________________________________
Info
Playmodes:DownloadThis is a four-player game. You play four human-players against each other, or if there are less than four players in game, the artificial intelligence (or you can define it "bunch of else ifs") will join them in game.Goal:
In other words:
Computer is always purple. I chose it because I love purple computers.Код:» Player vs Player vs Player vs Player or » Computer vs Player vs Player vs Player or » Computer vs Player vs Player or » Computer vs Player
Your task is to obtain the highest score by collecting items, defeating opponent snakes, and staying alive as long as possible.Controls:
The fastest snake wins!
The arrow keys control the movement of the snake.Scoring:
Everyone starts as three unit snakes, each item you collect gives you one point.Commands:
Later release will include:
Each snake that you kill (defined as getting another snake to run into your body) gains you 2 points.
Conversely, each time you die costs you 2 points!
/snake « snake speed » « game score »Bugs:
I've fixed all (few) bugs that were found by our beta-testers and myself. Although there can still be some minor bugs in the code.Version 1.0How to play: tutorial for newbies
http://solidfiles.com/d/a6d9/
http://www.mediafire.com/?c4v63bmq2iou79
Version 1.1
http://solidfiles.com/d/d1cn/
You will also need zcmd, foreach and sscanf. They all can be downloaded quickly from Beta-thread.
Step 1 If you're not a newbie, skip to step 6.
Step 2 You need to have all includes ( .inc ) in /pawno/include directory.
Step 3 Sccanf plugin ( filename with .dll extension ) needs to be placed in the /plugins directory.
Step 4 The .pwn file should be located in the /filterscripts directory. Once all this is done, compile the .pwn file.
Step 5 You should have the following lines in your server.cfg file
Step 6 That is all! Now go do another pointless thing on your computer.Код:filterscripts snake plugins sscanf