Difference between revisions of "Get24"

From Sugar Labs
Jump to navigation Jump to search
(Created page with "{{ Template:RIT_Status_Block |color=yellow |status=In Development |status_text= Game in development |group_list=Anjeli Tewari, Danny Nguyen, Tom Conroy, Lanxi Xing |desc=An ed...")
 
Line 8: Line 8:
 
}}
 
}}
 
[[File:Interface_v2.png|400x300px|framed|right|The gameplay screen as of May 14, 2014.]]
 
[[File:Interface_v2.png|400x300px|framed|right|The gameplay screen as of May 14, 2014.]]
 +
 
===Description===
 
===Description===
 
Get24 is an educational game intended for the OLPC that is designed to help teach fourth-grade students basic arithmetic and problem solving skills.
 
Get24 is an educational game intended for the OLPC that is designed to help teach fourth-grade students basic arithmetic and problem solving skills.
  
===Current Status===
+
 
 +
==Current Status==
 
* Users can run game on a linux or Windows machine with dependencies installed.
 
* Users can run game on a linux or Windows machine with dependencies installed.
 
* Running on OLPC has not yet been tested.
 
* Running on OLPC has not yet been tested.
  
 +
The main features of the game are currently being developed and fleshed out before we can package it for use in the OLPC's.
 +
 +
 +
== Overview ==
 +
Get24 is an educational game intended for the OLPC created with the purpose of teaching children basic arithmetic and problem solving skills as defined by the New York State Math curriculum.
 +
In the game, users are given four numbers and must use those numbers and basic math operations to get 24, and each number can only be used once. The game is based off of the classic competitive math game, [http://en.wikipedia.org/wiki/24_Game 24]
 +
 +
 +
== Gameplay ==
 +
As of now, when users derive at 24 using the current set of numbers, they will gain a point to their score for their success and a new set of numbers are generated.  They are also given a chance to skip the problem but will not earn any points.
 +
Adding a difficulty to each set and sorting them by levels is a feature that we plan on adding to creating a more structured experience to it.
 +
 +
 +
==Features==
 
===To Do===
 
===To Do===
 
* Interactive Tutorial Level
 
* Interactive Tutorial Level
Line 20: Line 36:
 
* Set up multiplayer
 
* Set up multiplayer
  
===License===
+
 
 +
 
 +
==Releases==
 +
 
 +
 
 +
 
 +
==License==
 
Get24 is licensed under the GPL v2 license, found [https://raw.github.com/anjelitewari/XO-24/master/LICENSE here].
 
Get24 is licensed under the GPL v2 license, found [https://raw.github.com/anjelitewari/XO-24/master/LICENSE here].
  
===Resources and Links===
 
Repository - https://github.com/anjelitewari/XO-24
 
  
Download for OLPC (in progress)
+
==Resources and Links==
 +
* Repository - https://github.com/anjelitewari/XO-24
 +
* Download for OLPC (in progress)
 +
 
 +
 
  
===Contributors===
+
==Contributors==
===Initial Members===
 
 
* Anjeli Tewari - https://github.com/anjalitewari
 
* Anjeli Tewari - https://github.com/anjalitewari
 
* Danny Nguyen - https://github.com/dxn7335
 
* Danny Nguyen - https://github.com/dxn7335
 
* Tom Conroy - https://github.com/tconroy
 
* Tom Conroy - https://github.com/tconroy
* Lanxi Xing - https://github.com/xingx
+
* Lanxi Xing - https://github.com/xingnx
 
 
 
 
== Overview ==
 
Get24 is an educational game intended for the OLPC created with the purpose of teaching children basic arithmetic and problem solving skills as defined by the New York State Math curriculum.
 
In the game, users are given four numbers and must use those numbers and basic math operations to get 24, and each number can only be used once. The game is based off of the classic competitive math game, [http://en.wikipedia.org/wiki/24_Game 24]
 
 
 
== Gameplay ==
 
As of now, when users derive at 24 using the current set of numbers, they will gain a point to their score for their success and a new set of numbers are generated.  They are also given a chance to skip the problem but will not earn any points.
 
Adding a difficulty to each set and sorting them by levels is a feature that we plan on adding to creating a more structured experience to it.
 

Revision as of 17:37, 12 December 2014

Status: In Development
Game in development
Group Members: Anjeli Tewari, Danny Nguyen, Tom Conroy, Lanxi Xing
An educational game for the XOPC that teaches students arithmetic and problem solving skills.
The gameplay screen as of May 14, 2014.

Description

Get24 is an educational game intended for the OLPC that is designed to help teach fourth-grade students basic arithmetic and problem solving skills.


Current Status

  • Users can run game on a linux or Windows machine with dependencies installed.
  • Running on OLPC has not yet been tested.

The main features of the game are currently being developed and fleshed out before we can package it for use in the OLPC's.


Overview

Get24 is an educational game intended for the OLPC created with the purpose of teaching children basic arithmetic and problem solving skills as defined by the New York State Math curriculum. In the game, users are given four numbers and must use those numbers and basic math operations to get 24, and each number can only be used once. The game is based off of the classic competitive math game, 24


Gameplay

As of now, when users derive at 24 using the current set of numbers, they will gain a point to their score for their success and a new set of numbers are generated. They are also given a chance to skip the problem but will not earn any points. Adding a difficulty to each set and sorting them by levels is a feature that we plan on adding to creating a more structured experience to it.


Features

To Do

  • Interactive Tutorial Level
  • Implement Difficulty
  • Set up multiplayer


Releases

License

Get24 is licensed under the GPL v2 license, found here.


Resources and Links


Contributors