Skip to content
Snippets Groups Projects
Commit dfde0278 authored by Memo Akten's avatar Memo Akten
Browse files

memo battle test

parent 5165a272
No related branches found
No related tags found
No related merge requests found
package battle;
import battle.controllers.Memo.MemoControllerRandom;
import battle.controllers.Memo.MemoController1;
/**
* Created by simon lucas on 10/06/15.
*/
public class MemoBattleTest {
BattleView view;
public static void main(String[] args) {
SimpleBattle battle = new SimpleBattle();
BattleController player1 = new MemoController1();
BattleController player2 = new MemoControllerRandom();
battle.playGame(player1, player2);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment