Skip to content

Commit 9a3f881

Browse files
committed
Fix whitespace
1 parent 1990098 commit 9a3f881

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
[MathSwipe](http://sf-interns.github.io/mathswipe/) is a `CoffeeScript` game developed in the context of the [Originate](http://www.originate.com/) 'Intern Hack 2015' Event, presented August 2015. It is a web-game in which the user is given a grid of numbers (0-9) and operators (+, -, ×). The user's goal is to swipe a path through the cells to create an expression that evaluates to one of the goal-values listed below the board. A level is completed when the user finds expressions evaluating to each goal-value and has cleared the board of all cells.
44

5+
Math Swipe is a simple brain game that is rooted in math. From children to their parents, Math Swipe is simple yet challenging enough to stump even the strongest math wizzes.
6+
57
## Development Information
68

79
Note that the other services, when run locally, expect the frontend to be served on port 8080.
810

911
The codebase is primarily written in CoffeeScript using the Node package manager to install most of the dependencies. The entire project (including its dependencies) is bundled by `Webpack` into a single bundle.js file which can be served locally or staticlly with GitHub pages.
1012

11-
Animation and functionality of the game is implemented using `jQuery`, `Two.js` and Scalable Vector Graphics (SVGs).
13+
Animation and functionality of the game is implemented using `jQuery`, `Two.js` and Scalable Vector Graphics (SVGs).
1214

1315
The styling is written in `SASS` and compiled down to CSS before use. If you plan to clone this repository and try building the game locally, we recommend using the Sublime plugin `SASS Build` to compile down to CSS.
1416

app/controllers/MathSwipeController.coffee

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ GeneralTests = require '../../tests/controllers/GeneralTests'
2323
class MathSwipeController
2424

2525
constructor: ->
26-
length = 3
2726
@gameScene = @createGameScene()
2827
@symbols = @getSymbols()
2928
@bindNewGameButton()

0 commit comments

Comments
 (0)