Skip to content

thisiskc/le-chicken-original

 
 

Repository files navigation

Le Chicken

About

Le Chicken: The Poulet is a language-learning RPG (role-playing game). The player begins as a chicken, dreaming of making it in the big city. The problem? This chicken doesn’t know French! From start to finish, the user is introduced to and given a chance to contextually use new vocabulary in their target language. While this version is only the ‘tutorial’ area, by the end of the full-game, the user will be able to interact with the game entirely in their target language!

Quick Start (Android Only)

  1. Download the Expo app.
  2. Visit https://expo.io/@kacesera/projects/le-chicken and scan the QR code.

Full Set-up

  1. Make sure expo -cli is installed globally:
$ npm install —global expo-cli
  1. Clone this repository:
$ git clone https://github.com/emilyalice2708/le-chicken.git
  1. Navigate into the root directory and run npm install to install node modules:
$ cd le-chicken
$ npm install 

Usage

  1. In the root directory, start the program with npm:
$ npm start
  1. Launch the game in an iOS or android simulator, or download the Expo Client app and scan the QR code to launch it on your phone.

Press New Game to begin and then check the hints above the text box for clues on what to do to get started.

Testing

Feature Tests

Run cypress from the root directory:

$ npx cypress open

Unit Tests

Use npm to run jest from the root directory:

$ npm test

Attributions

Music

Sprites

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%