Browse Search Popular Register Upload Rules User list Login:
Search:
Connect Four

Image:
screenshot of the scene

Author: Xray

Group: Default

Filesize: 379.19 kB

Date added: 2016-05-30

Rating: 6

Downloads: 2176

Views: 482

Comments: 2

Ratings: 3

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

Classic old game. This is a two-player version, and instructions are in the game.

I am working on a single-player version (player vs computer) which is a lot harder to do, mainly because I have to calculate all possibilities of four coins of the same color in a row horizontally, vertically, and diagonally. It's not really complicated, just very tedious! :|
Please log in to rate this scene
edit
Similar scenes
Title: Connect 4
Rating: 5
Filesize: 26.26 kB
Downloads: 2231
Comments: 1
Ratings: 1
Date added: 2021/09/04 03:22:44
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Drive Box
Rating: 5
Filesize: 15.17 kB
Downloads: 207
Comments: 0
Ratings: 1
Date added: 2010/09/03 05:20:04
Made with: Algodoo before v1.8.5
Rating: rated 5
download
Title: Contest Solution
Rating: 5.8334
Filesize: 65.96 kB
Downloads: 1005
Comments: 6
Ratings: 6
Date added: 2009/04/03 14:00:28
Made with: Phun
Rating: rated 5.8
download
Title: connect 4 with coin flip decider
Rating: 5
Filesize: 46.27 kB
Downloads: 458
Comments: 0
Ratings: 1
Date added: 2017/08/12 16:27:55
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Crashable Ford Transit Connect Grinder
Rating: 5
Filesize: 191.04 kB
Downloads: 4840
Comments: 0
Ratings: 1
Date added: 2012/09/03 20:15:29
Made with: Algodoo v2.0.1 Edu
Rating: rated 5
download
Title: Ford Tourneo Connect (2011) Crashable (DEMO)
Rating: 5
Filesize: 2.01 MB
Downloads: 1285
Comments: 0
Ratings: 1
Date added: 2024/10/10 13:33:07
Made with: Algodoo v2.1.0
Rating: rated 5
download
Google "connect four algorithm" to see different ways to solve connect four. You can also look up code in Visual Basic, Excel, or Java. Even if you are not a VB programmer, you could probably understand the code. Coding from scratch might be a big task.
s_noonan - Thanks for the tip about the Google search! That should be very helpful. I do have a little experience with VB when I had to write a couple of custom programs to calculate some esoteric algorithms for the kind of X-ray equipment that I work on. Therefore, I should have little or no problem trying to understand VB code.