Click here to Skip to main content
15,884,032 members
Articles / Mobile Apps / Android

Nim Challenge

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
26 Jul 2012Apache7 min read 33.3K   1.2K   15  
Nim game for Android devices
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">Nim Challenge</string>
    <string name="app_name_plus">Nim Challenge+</string>
    <string name="yes">Yes</string>
    <string name="no">No</string>
    <string name="ok">OK</string>
    <string name="cancel">Cancel</string>
    <string name="name">Name</string>
    <string name="more">More</string>
    <string name="more_games">More games</string>
    <string name="start_new_game_alert_text">Are you sure you want to start a new game?</string>
    <string name="finish_game_alert_text">Are you sure you want to exit the game?</string>
    <string name="PAUSE">PAUSE</string>

	<string name="play_first">Do you want to play first?</string>

	<string name="play">Play</string>
    <string name="scores">Scores</string>
    <string name="settings">Settings</string>
    <string name="help">Help</string>
    <string name="about">About</string>

	<string name="classic">Classic</string>
	<string name="custom">Custom</string>
	<string name="variations">Variations</string>
	<string name="challenge1">Challenge</string>
	<string name="challenge2">Challenge</string>
	<string name="challenge3">Challenge</string>

  	<string name="please_wait">Please wait&#8230;</string>
    <string name="you_win">You win!</string>
    <string name="you_lose">You lose!</string>
	<string name="enter_high_score_name">Congratulations! You\'ve achieved a high score.</string>
	<string name="no_scores_found">No scores for this game.</string>

	<string name="theme">Theme</string>
	<string name="theme_summary">Select the display theme</string>

	<string name="single_touch">Single Touch</string>
	<string name="single_touch_summary">Check if you want to make a move with a single touch</string>
	<string name="last_wins">Last wins</string>
	<string name="last_wins_summary">If checked the player who makes the last move wins (normal game). Otherwise the last move loses (misère game).</string> 
	    
	<string name="no_thanks">No, thanks</string>

    <string-array name="themes">
    	<item>Classic</item>
        <item>Wood</item>
    </string-array>

    <string-array name="themes_values">
        <item>classic</item>
        <item>wood</item>
    </string-array>

    <string-array name="game_types">
    	<item>Variations</item>
        <item>Challenge 15sec</item>
        <item>Challenge 10sec</item>
        <item>Challenge 5sec</item>
    </string-array>

	<string name="custom_boards">Custom boards</string>
	<string name="new_board">New board</string>
	<string name="save">Save</string>
	<string name="edit">Edit</string>
	<string name="rename">Rename</string>
	<string name="delete">Delete</string>
	<string name="new_board_directions">Touch on a position to add or remove an object. When you are ready select \'Save\' from the menu.</string>
	<string name="name_already_in_use">This name is already in use!</string>
	<string name="name_cant_be_empty">Name can\'t be empty!</string>
	<string name="delete_confirmation">Are you sure?</string>
	<string name="an_error_occurred">An error occurred!</string>
	<string name="edit_board">Edit </string>
	<string name="edit_new_board">Edit new board</string>
	<string name="do_not_show_again">Do not show again</string>
	<string name="custom_board_instructions">Custom board instructions</string>
	<string name="show_custom_board_instructions">Show custom board instructions</string>
	<string name="long_press_to_edit">Long press to edit list</string>    
        
	<string name="help_file_name">nim.html</string>   
	    
	<string name="more_description">
If you like this game, you may also consider NimChallenge+. It offers two more challenge
modes and it doesn\'t display ads.	
	</string>

    <string name="game_description">
NimChallenge is an implementation of the popular Nim game for the Android platform.
\n\nDeveloped by: Kostas Giannakakis kgiannak1974@gmail.com
    </string>
</resources>

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 Apache License, Version 2.0


Written By
Software Developer (Senior) Self employed
Greece Greece
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions