Coder Social home page Coder Social logo

gamesuite's Introduction

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.

gamesuite's People

Contributors

superdim666 avatar wsj20010128 avatar kaixiangchris avatar tonychen745 avatar jasonan4 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

tonychen745

gamesuite's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.