connect4_aplab
In Class Lab Assignments for Students in APCS to Create a PvP style Connect 4 Game in the Console.
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.2%) to scientific vocabulary
Keywords
Repository
In Class Lab Assignments for Students in APCS to Create a PvP style Connect 4 Game in the Console.
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Connect4_APLab
No Solution will be provided here - just a starting point and guide for students to:
- write a program that replicates game play of 6row x 7column board game
- Players alternate turns to 'drop' pieces by column number into the next position
- Students should choose a datatype for the 2D Array they are comfortable working with
- Does printout of board help user to see layout easily?
- Is it easy to tell where pieces have been placed?
- Does the 'empty' space confuse the player?
The most challenging part of this task is determining when a player has placed a winning piece, hence: * Students should code the game to use methods when possible that run within conditions * Play will continue until a winner had been called (4 in a row) * A win can be four across, 4 up or down, or 4 diagonally * Recommend students try vertical and horizontal first * In this case, think of the sequence of the game play * P1 -> CheckWin -> P2 -> CheckWin, repeat
Owner
- Name: Marcus T
- Login: mtwyford
- Kind: user
- Location: Ohio
- Twitter: COMPUDUCATION
- Repositories: 3
- Profile: https://github.com/mtwyford
Citation (Citations)
My list of code I stole like a bandit ...
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 2 years ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0