CSI-280 / MusicGames

0 stars 0 forks source link

Create connect 4 game #41

Open lenora4321 opened 4 years ago

lenora4321 commented 4 years ago

Part of issue #12, just implement a simple connect 4 to go on the connect four page, preferrably with matching css, but that can be another issue if need be.

jbuzzell commented 4 years ago

how does connect 4 (or tic tac toe for that matter) relate to music? isn't the intention of the site that the games we're creating have to do with music data e.g. song titles, artist names, etc?

JakeCapra commented 4 years ago

because its fun

jbuzzell commented 4 years ago

ya ok good enough for me

On Tue, Apr 7, 2020, 9:59 PM Jake Capra notifications@github.com wrote:

because its fun

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/CSI-280/MusicGames/issues/41#issuecomment-610709034, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG6ILDASMXOU7ZR5J4JX6NLRLPLAXANCNFSM4MBTNJ6Q .

JCastaner commented 4 years ago

https://repl.it/@JCastaner/connectfour

Managed to get most of it done besides the AI. Right now it's fully playable between two players. Ignore the errors in the console, I'm not sure why they're happening yet but they don't affect gameplay in any way. If you catch any bugs, let me know. Otherwise, I'm going to finish the AI and create a pull request to move it onto our site. We can make changes to the game to make it music-themed after it's on the site, but I'm open to ideas.

EDIT: I'm aware of the console errors not letting the check for draw function run correctly.