Skip to content

dthelegend/Street-Fighter-II-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Street-Fighter-II-AI

Install

conda env create -f environment.yml
python3 -m retro.import ./roms
poetry install
python3 -m retro.import roms/

Run

poetry run main

Notes

Controls are mapped to the buttons using a binary format

128 64 32 16 - 8 4 2 1
- C B A - - Z Y X

Characters are mapped by the following key:

  • 00 – Ryu
  • 01 – E. Honda
  • 02 – Blanka
  • 03 – Guile
  • 04 – Ken
  • 05 – Chun Li
  • 06 – Zangief
  • 07 – Dhalsim
  • 08 – M.Bison
  • 09 – Sagat
  • 0A – Balrog
  • 0B – Vega

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages