Skip to content

wsj20010128/GameSuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

CS 2340

License RPs

Content

CS 2340 project

  • Game1: Memory
    • This is a test of working memory, made famous by a study that found that chimpanzees consistently outperform humans on this task.
    • In the study, the chimps consistently outperformed humans, and some chimps were able to remember 9 digits over 90% of the time.
    • This test is a variant of that concept, that gets increasingly difficult every turn, starting at 4 digits, and adding one every turn. If you pass a level, the number increases. If you fail, you get a strike. Three strikes and the test is over.
  • Game2: 2048
    • This is a single-player sliding tile puzzle video game played on a plain 4×4 grid, with numbered tiles that slide when a player moves them using the four arrow keys.
    • Every turn, a new tile randomly appears in an empty spot on the board with a value of either 2 or 4. Tiles slide as far as possible in the chosen direction until they are stopped by either another tile or the edge of the grid. If two tiles of the same number collide while moving, they will merge into a tile with the total value of the two tiles that collided. The resulting tile cannot merge with another tile again in the same move.
  • Game3: Connect5
    • This is a an abstract strategy board game improved from Gomoku, also called Five in a Row.
    • It is traditionally played with Go pieces (tiger and phoenix stones) on a Go board. It is played using a 10×10 board. Players alternate turns placing a stone of their color on an empty intersection. The winner is the first player to form an unbroken chain of five stones horizontally, vertically, or diagonally.
    • There are two characters having unique skills.
      • Chronoshift: rewind to the last turn.
      • Grand Starfall: randomly destroy two of your opponent's pieces.

History

Version 5.3 (2022-7-25)

Authors and acknowledgment

  • Shijie Wang (@wsj20010128)
  • Kaixiang Cui (@KaixiangChris)
  • Guanfeng Chen (@tonychen745)
  • Zhisen An (@jasonan4)
  • Zixiang Xu (@SuperDim666)

License

MIT License

Copyright (c) 2022 Parasite-Team1

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published