Menu

Tree [926f06] master /
 History

HTTPS access


File Date Author Commit
 .settings 2015-03-30 Sawan J.Kapai Harpalani Sawan J.Kapai Harpalani [62184e] Added levels home button
 android 2015-04-01 Sawan J.Kapai Harpalani Sawan J.Kapai Harpalani [926f06] Fixed some bugs and added icons for android
 core 2015-04-01 Sawan J.Kapai Harpalani Sawan J.Kapai Harpalani [926f06] Fixed some bugs and added icons for android
 desktop 2015-04-01 Sawan J.Kapai Harpalani Sawan J.Kapai Harpalani [926f06] Fixed some bugs and added icons for android
 gradle 2015-02-19 Sawan J.Kapai Harpalani Sawan J.Kapai Harpalani [a4f3da] Updated new structure of the project, especial ...
 html 2015-03-30 Sawan J.Kapai Harpalani Sawan J.Kapai Harpalani [62184e] Added levels home button
 .classpath 2015-01-19 Sawan J. Kapai Harpalani Sawan J. Kapai Harpalani [d1d81b] Built gradle in my home pc found some errors wi...
 .gitignore 2015-03-23 Sawan J. Kapai Harpalani Sawan J. Kapai Harpalani [45d22e] Added properties to git ignore
 .project 2015-03-30 Sawan J.Kapai Harpalani Sawan J.Kapai Harpalani [62184e] Added levels home button
 LICENSE 2014-12-25 Sawan J. Kapai Harpalani Sawan J. Kapai Harpalani [4815b9] Initial commit
 README.md 2015-03-07 Sawan J. Kapai Harpalani Sawan J. Kapai Harpalani [68dda8] Updated README
 build.gradle 2015-02-28 Sawan J. Kapai Harpalani Sawan J. Kapai Harpalani [58d221] Changed libgdx version and rebuilt gradle
 gradle.properties 2014-12-25 Sawan J.Kapai Harpalani Sawan J.Kapai Harpalani [44e274] First commit raw project ready to start
 gradlew 2014-12-25 Sawan J.Kapai Harpalani Sawan J.Kapai Harpalani [44e274] First commit raw project ready to start
 gradlew.bat 2014-12-25 Sawan J.Kapai Harpalani Sawan J.Kapai Harpalani [44e274] First commit raw project ready to start
 local.properties 2015-03-29 Sawan J.Kapai Harpalani Sawan J.Kapai Harpalani [c05121] Commiting before switching
 settings.gradle 2014-12-25 Sawan J.Kapai Harpalani Sawan J.Kapai Harpalani [44e274] First commit raw project ready to start

Read Me

MathAttack

Mathattack is a game for cross-platform such as html, android, desktop. Based for educational purposes, this games offers our new generation to learn calculus while having fun and getting completed all the levels.

On the other hand the motor of this project is Libgdx, a powerful framework to create games.
* version: 1.0
* development blog: Math Attack blog

Colaborators

Sawan Jagdish Kapai Harpalani. Contact: sawankapai@gmail.com

License LICENSE

This project is under GNU license.

Math Attack is free software: you can redistribute it
and/or modify it under the terms of the GNU General
Public License as published by the Free Software
Foundation, either version 3 of the License,
or (at your option) any later version.
Math Attack is distributed in the hope that it will
be useful, but WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public
License for more details.
You should have received a copy of the GNU General
Public License along with Math Attack. If not, see
http://www.gnu.org/licenses/.

Libgdx

libGDX is a game-development application framework written in the Java programming language with some C and C++ components for performance dependent code. It allows for the development of desktop and mobile games by using the same code base. It is cross-platform, supporting Windows, Linux, Mac OS X, Android, iOS, and web browsers with WebGL support.

MoribitoTech

Especial thanks to MoribitoTechX for developing a framework called Mtx which is open source and available by clicking the following MTX.

This project has used this framework as a project template and the Math Attack team gives the whole credit to the developers of MTX. Also clearing that most of the initial code has been used from MTX and we do not take any CREDIT of creating it.

Importing Your Project

Go to File -> Import -> Gradle -> Gradle Project, click Browse and navigate to the root folder of your project, then click Build Model. After a while, you'll see a root project and subprojects (android, core, desktop, html, ios). Select all the projects and click Finish. Note that this process can take a minute or two the first time you do it, as Gradle and some dependencies will be downloaded in the background.