diff --git a/README.md b/README.md index e2cd8d3..60e6ca9 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ *Play directly in your browser, no download or dependency required.* +![Menu screenshot](docs/shot_menu.jpg "Main menu") +![Map screenshot](docs/shot_map.jpg "Star system map") +![Battle screenshot](docs/shot_battle.jpg "Battle") +![Character sheet screenshot](docs/shot_character.jpg "Character sheet") + ## How to develop The only hard dependency of the toolchain is Python3. diff --git a/TODO.md b/TODO.md index 8e4850d..f32d1a6 100644 --- a/TODO.md +++ b/TODO.md @@ -66,7 +66,7 @@ Artificial Intelligence * Use a first batch of producers, and only if no "good" move has been fo go on with some infinite producers * Evaluate buffs/debuffs * Abandon fight if the AI judges there is no hope of victory -* Add combination of random small move and actual maneuver, as prer +* Add combination of random small move and actual maneuver, as producer * New duel page with producers/evaluators tweaking * Work in a dedicated process (webworker) diff --git a/docs/shot_battle.jpg b/docs/shot_battle.jpg new file mode 100644 index 0000000..a223745 Binary files /dev/null and b/docs/shot_battle.jpg differ diff --git a/docs/shot_character.jpg b/docs/shot_character.jpg new file mode 100644 index 0000000..951fbb4 Binary files /dev/null and b/docs/shot_character.jpg differ diff --git a/docs/shot_map.jpg b/docs/shot_map.jpg new file mode 100644 index 0000000..7ad07d1 Binary files /dev/null and b/docs/shot_map.jpg differ diff --git a/docs/shot_menu.jpg b/docs/shot_menu.jpg new file mode 100644 index 0000000..6f7fdd9 Binary files /dev/null and b/docs/shot_menu.jpg differ