Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.15 KB

README.md

File metadata and controls

37 lines (19 loc) · 1.15 KB

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.