Skip to content

Simple android game using basic functions of painting. It was done actually in 2014, when I had not even access to GitHub from Cuba.

Notifications You must be signed in to change notification settings

EliuX/CatchThePig

Repository files navigation

Synopsis

In 2013 I started learning how to develop Android applications. Then for testing my skills i decided to do this simple Android game, using none third party libraries, just what came with the Android SDK at the moment.

Motivation

You will see a simple game alike to the Cat vs the mouse, so it will have some tunable Artificial Intelligence. It has sounds and images from "Angry Bird", so it looks like acceptable.

Installation

I began the project using Eclipse but later i runned it in Android Studio with no issues.

Create the keystore:

    echo y | keytool -genkeypair -dname "cn=CatchThePig, ou=CatchThePig, o=EliuX, c=EC" -alias business -keypass kpi135 -keystore catchthepig.keystore -storepass abc123 -validity 9999

API Reference

Just Java and the Android SDK.

Contributors

Special thanks to acromeu2010@gmail.com for introducing me how to do it with his cat vs the mouse algorithm made in C#.

Discussion

License

Use it for educational purposses only.

About

Simple android game using basic functions of painting. It was done actually in 2014, when I had not even access to GitHub from Cuba.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages