Changes between Version 2 and Version 3 of WikiStart
- Timestamp:
- 08/16/2016 02:52:47 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v2 v3 4 4 5 5 It's purpose is to provide a fun way for the [https://www.meetup.com/Python-Utah-North/ Python Utah North] group to write AI bots. 6 7 == Source code == 8 9 You can get the source directly from the repository with bzr: 10 11 {{{ 12 cd ~/projects 13 bzr branch bzr://fugue88.ws/resistance 14 cd resistance 15 }}}