Giter Site home page Giter Site logo

capstoneproject's Introduction

Ye Old Games

Our app will be a multi game app.

The game will consists of checkers, chess, and solitaire. Users can play Solitaire indivdiually and play checkers and chess using local multiplayer. Users can earn points from playing to purchase other games. The game will have a retro neon color scheme and have a similar style to 8-bit. This game is for all users who enjoy the classics and want a short quick and easy game.

External Requirements

In order to build this project you first have to install:

Setup

To get build files: Once code is cloned, run npm install in the repo directory and that will create the build files. Then the user should be able to run the commands in the running section to build the app.

  1. Clone the repo
  2. Run npm install --legacy-peer-deps in the repo root directory
  3. Run npm install chess.js --legacy-peer-deps and npm install prop-types --save --legacy-peer-deps

Running

After launching the Android Studio emulator run these commands in a terminal window with elevated permissions.

  1. npx react-native start
  2. npx react-native run-android

Testing

The unit tests are in __tests__/unit/.

The behavioral tests are in __tests__/behavior/.

Testing Technology

The unit testing uses the Jest framework, which is very lightweight and included by default in the React-Native installation. The behavior testing uses Jest, but it also uses the React Native Testing Library and the package to support Jest with RNTL.

  1. npm install --save-dev --legacy-peer-deps @testing-library/react-native
  2. npm install --save-dev --legacy-peer-deps @testing-library/jest-native

See guide: https://testing-library.com/docs/react-native-testing-library/intro

Running Tests

Run npm test from the project's root directory.

Optionally, add the verbose flag npm test -- --verbose=true for more information.

Authors

capstoneproject's People

Contributors

mysterium-sch avatar

Watchers

 avatar

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.