A solo gameplay implementationn of the multiplayer tabletop game entitled Star Trek Attack Wing published by Wizkids Games.
- It automates some parts of the solo gameplay mechanics; presented as a CLI-based app.
- It is inspired from Leo Zappa's Simple Solitaire Rules version 2.0, published on August 16, 2014.
- Source material: (https://boardgamegeek.com/thread/1221629/leos-simple-solitaire-rules-playtest-and-developme)
- This is intended for educational purposes ONLY.
- It is intended as a fun project for the continued exploration of Python 3.
- It is NOT intended for profit.
- Version 01: Browser console app written in JavaScript.
- Version 02 (current): CLI-based app written in Python 3.