More actions
m (Text replacement - "| licence" to "| license") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox XBOX Homebrews | {{Infobox XBOX Homebrews | ||
| title = | | title = Connect4 | ||
| image = | | image = xconnectfour2.png/xconnectfour3.png/xconnectfour.7z(noosrc) | ||
| type = | | type = Board | ||
| version = | | version = 1.1 | ||
| license = Mixed | | license = Mixed | ||
| description = Connect4 for the Xbox. | |||
| lastupdated = 2003/07/23 | |||
| format = XBE | |||
| author = Jippie & Novahux | | author = Jippie & Novahux | ||
| website = | | website = http://connect.to/xboxgames | ||
| download = https://www.gamebrew.org/images/xboxhomebrew/Xconnect4v1.1.zip | | download = https://www.gamebrew.org/images/xboxhomebrew/Xconnect4v1.1.zip | ||
| source = https://www.gamebrew.org/images/xboxhomebrew/Xconnect4v1.1.zip | | source = https://www.gamebrew.org/images/xboxhomebrew/Xconnect4v1.1.zip | ||
}} | }} | ||
Connect4 for the Xbox. | |||
=== | ==User guide== | ||
The game is played on an upright seven column board. Each column has six spots. | |||
Two players play by alternately dropping a chip down one of the columns. | |||
* Added network support | The chip drops to the lowest unoccupied spot in that column. | ||
The first player to get four chips in a row, either vertical, horizontal, or diagonal, wins. | |||
The game ends in a stalemate if it fills before someone wins. | |||
==Changelog== | |||
'''V1.1''' | |||
* Added network support. | |||
* You can now play connect4 over the internet. | * You can now play connect4 over the internet. | ||
* One player must host then the other player can join. | * One player must host then the other player can join. | ||
Line 25: | Line 37: | ||
* I have to look into non-blocking socks as I think is sux a bit with it freezing all the time. | * I have to look into non-blocking socks as I think is sux a bit with it freezing all the time. | ||
==Credits== | |||
Big thx goes to Wishi & PeterGabe from http://www.xfactordev.net | |||
==External links== | |||
*Author's website - [https://web.archive.org/web/20030901062718/http://members.lycos.co.uk/jippie666/ http://members.lycos.co.uk/jippie666/] (archived) |
Revision as of 01:40, 22 November 2022
Connect4 | |
---|---|
File:Xconnectfour2.png/xconnectfour3.png/xconnectfour.7z(noosrc) | |
General | |
Author | Jippie & Novahux |
Type | Board |
Version | 1.1 |
License | Mixed |
Last Updated | 2003/07/23 |
Links | |
Download | |
Website | |
Source | |
Connect4 for the Xbox.
User guide
The game is played on an upright seven column board. Each column has six spots.
Two players play by alternately dropping a chip down one of the columns.
The chip drops to the lowest unoccupied spot in that column.
The first player to get four chips in a row, either vertical, horizontal, or diagonal, wins.
The game ends in a stalemate if it fills before someone wins.
Changelog
V1.1
- Added network support.
- You can now play connect4 over the internet.
- One player must host then the other player can join.
- The host must have some sort of TCP port farwarding on the router/PC. So the Client can connect to your Xbox.
- It is using blocking winsocks. This makes the game look frozen when it isn't your move.
- Also when the player disconnects from the game. You will have to reboot your Xbox as it will just sit there waiting for the next move. I tried to to stop this but couldn't.
- This is my first winsock/internet project and it was fun so expect more of the same.
- I have to look into non-blocking socks as I think is sux a bit with it freezing all the time.
Credits
Big thx goes to Wishi & PeterGabe from http://www.xfactordev.net
External links
- Author's website - http://members.lycos.co.uk/jippie666/ (archived)