Connect Four
File Information |
Name: | Connect Four |
File: | Connect Four.zip |
Filesize: | 1 kB |
Downloads: | 402 |
Date added: | Jun 7, 2008
|
|
Platform: | TI-83/+/SE |
Language: | Basic |
File Type: | Game |
Category: | Board |
Last modified: | Jun 7, 2008
|
|
TI-83 BASIC Games TI-83+/SE BASIC Games TI-83/+/SE BASIC Games TI-84+/SE BASIC Games
|
| Shell: | Basic |
Rating: | 0/10 based on 0 votes. |
Rate this file: |
|
File Website: | There is no website dedicated to this title. |
Author(s): | Asambasamba, Max S |
|
File Description: | It's the famous multiplayer game "Connect 4" on the calc! It features winner detection, but only if you end the game: press the number you want to put your stone in, and press "ENTER" if somebody has won the game.
IMPORTANT!!!
Instructions: before starting the game for the first time, press "2nd", "Matrix", then go to "EDIT", select [A] and press "ENTER".
then change the size of the matrix to "6 X9".
Enjoy! |
|
|
Screenshot(s) |
| |
Review(s) |
Of 1 person, 1 found this review helpful.
|
Review by: tifreak8x |
Reviewed on: 7 June 2008, 13:30 GMT |
|
|
Graphics/Interface: 6/10 |
|
Playability/Usability: 5/10 |
|
Replay Value/Reuse Value: 6/10 |
|
Controls/Interface: 5/10 |
|
Overall Value: 6/10 |
|
|
|
Comments: |
|
This game has potential. There are slight problems that I notice, however.
1) You can preset the size of a matrix within the code itself, you should not have to make the player/user do it for you.
2) The code is riddled with severe memory leaks. It needs to be rewritten to NOT have Goto commands before an End statement, or even better, without Lbl and Goto at all.
3) There are many instances that there are If Then End when you can get away with If only.
Overall, the game can be better. This user should find himself posting on the forums, and trying to make the code better.
|
[Review This File]
|
|