Click here to Skip to main content
15,896,118 members
Articles / Mobile Apps / Android

Snake game for tablets and Smartphones

Rate me:
Please Sign up or sign in to vote.
4.91/5 (37 votes)
26 Jul 2012BSD8 min read 74.5K   7.2K   55  
This article shows how to create Snake game using Moscrif SDK.
<?xml version="1.0" encoding="UTF-8"?>

<stage>
    <drop_count>10</drop_count>
    <big_drop_count>1</big_drop_count>
    <start_refresh>200</start_refresh>
    <start_x>20</start_x>
    <start_y>20</start_y>
    <start_body_count>5</start_body_count>
    <start_direction>down</start_direction>
</stage>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
Software Developer
Slovakia Slovakia
Developer of various desktop application in: C/C++, C# or Java. Currently he develops mobile games or applications in Moscrif SDK.

Comments and Discussions