Code Copy est un jeu de puzzle simple en utilisant lua Love2D. Vous êtes représenté par un modèle de bloc au début de chaque niveau, l'objectif est de reproduire le modèle dans le niveau par un tir qui sera soit mis un bloc ou supprimer un bloc.
Instructions d'installation
Vous aurez besoin de nLove pour Dingux. CodeCopy suppose que nlove est placé sous /local/nlove.
Le paquet CodeCopy.love devrait être sous /local/nlove/games.
Créer un script bash pour charger le jeu. Si vous placez le nlove et le paquet codecopy comme ci-dessus, alors le script bash sera:
'#!/bin/sh /boot/local/nlove/nlove.dge /boot/local/nlove/games/CodeCopy.love'
Si vous utilisez gmenu2x le script peut être ajouté comme un lienTouches
D-pad to move left/right
L fires a red shot
R fires a yellow shot
Y activates the topmost red shot and yellow shot
START pauses the game and displays menuDuring the game firing a red shot and pressing Y will set the block below the shot. Firing a yellow shot and pressing Y will unset the block below the shot. A level is failed if it is not completed during the time limit.
Menu Pause
Start button to select menu option
HELP - displays the block pattern to match. This will be displayed for 5 seconds and this time will took from your time limit. Use sparingly
INSTR - displays instructions in game
RESET - resets the game to the start
EXIT - exits the game
source:
dl.openhandhelds.org
Site créé par CeddusGenius.