Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 677 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 677 Bytes

strikersii_ai

AI playing Strikers 1945 II.

HOW TO

  1. Clone repository

$ git clone https://github.com/aikorea/strikersii_ai/

  1. Init & update submodule

$ git submodule init
$ git submodule update

  1. Build or download MAME from http://mamedev.org/release.html

$ cd mame
$ make

  1. Download Strikers 1945 2 rom to $(pwd)/roms/s1945ii.zip.

  2. Run game with script.

$ mame/mame64 s1945ii -script random_move.lua -window

Sample