Difference between revisions of "Activities/SugarSnake"

From Sugar Labs
Jump to navigation Jump to search
(Added status page)
(Fleshed out description)
Line 1: Line 1:
 
{{:Activities/SugarSnake/status}}
 
{{:Activities/SugarSnake/status}}
 +
 +
== Description ==
 +
 +
Sugar Snake is a fun multiplication practice game. You play a snake eating yummy "multapples" with the goal to be the largest snake ever! But watch out! Eating the wrong answers will send you off course!
 +
 +
== To Do ==
 +
 +
Clean up the graphics especially how the snake appears in game. Add difficulty levels to allow for varying degrees of math problems. Test different implementations of the game, i.e. eating wrong problem would reduce size, not be a game over. Create a nice icon for the Sugar OS to recognize as an activity.
 +
 +
== Licensing ==
 +
 +
The code is under [https://github.com/axk4545/hfoss-sugar-snake/blob/devel/LICENSE MIT license]. The art assets in the asset folder are under CC BY 4.0.
 +
 +
----
 +
[[Category:Activities]]
 +
[[Category:Education]]
 +
[[Category:Games]]
 +
[[Category:Project]]

Revision as of 23:19, 29 April 2018

Status: Released
v1.0.0 released 2018-04-30
Group Members: Regina Locicero,Aidan Kahrs,Quintin Reed,Calvin Wu
Sugar Snake is a fun multiplication practice game. It was made for the IGME-582 (Humanitarian Free and Open Source Software) final project at Rochester Institute of Technology. It is based on the python snake game Plaked.

Description

Sugar Snake is a fun multiplication practice game. You play a snake eating yummy "multapples" with the goal to be the largest snake ever! But watch out! Eating the wrong answers will send you off course!

To Do

Clean up the graphics especially how the snake appears in game. Add difficulty levels to allow for varying degrees of math problems. Test different implementations of the game, i.e. eating wrong problem would reduce size, not be a game over. Create a nice icon for the Sugar OS to recognize as an activity.

Licensing

The code is under MIT license. The art assets in the asset folder are under CC BY 4.0.