Commit graph

23 commits

Author SHA1 Message Date
6159d12cff fizzbuzz: add working fizzbuzz implementation 2019-11-30 11:53:54 +01:00
bbba7507c6 fizzbuzz: add initial executable 2019-11-30 11:36:58 +01:00
927558fd7a fizzbuzz: add Pipenv files 2019-11-30 11:36:33 +01:00
4487269ab6 rover: add exception on unknown Commander command 2019-11-28 16:21:40 +01:00
b4ecee8c44 rover: add pytest-mypy to Pipfile 2019-11-16 04:28:08 +01:00
41adeb39d2 rover: add return type annotation to methods 2019-11-16 04:27:41 +01:00
7352207636 rover: add rover starting on obstacle validation 2019-11-16 04:26:24 +01:00
39d1fcd5ac rover: add non-oversize position validation 2019-11-16 04:25:28 +01:00
1fbf7ece7c rover: add non-negative coordinate validation 2019-11-16 04:24:02 +01:00
ce0241b3f4 rover: add obstacle detection to Commander 2019-11-16 03:19:50 +01:00
556acf8095 rover: add parse_exectute method to Commander 2019-11-16 03:02:53 +01:00
81dca25a4f rover: add Commander class 2019-11-15 21:32:55 +01:00
4a79fd4c7f rover: add turn methods to Rover class 2019-11-15 21:29:37 +01:00
af803b642a rover: add backward method 2019-11-15 21:20:42 +01:00
c96f44332c rover: wrap when going over planet size 2019-11-15 21:14:42 +01:00
24b3f63d3c rover: wrap when going negative 2019-11-15 21:12:51 +01:00
d9bf239c39 rover: use direction when going forward 2019-11-15 21:12:07 +01:00
add6940dce rover: use Pydantic for Vector and Rover classes
Pydantic is similar to Dataclasses, but enables run-time type-checking.
2019-11-15 21:04:16 +01:00
0f1b861eee rover: add direction field to Rover 2019-11-15 20:43:59 +01:00
b6d74b24eb rover: define default values for Rover fields 2019-11-15 20:35:19 +01:00
b90f92e557 rover: use real Vector class 2019-11-15 20:34:34 +01:00
ca35c2bf94 rover: initial class definition 2019-11-15 20:29:06 +01:00
aec0c6c3fc rover: add Pipenv files 2019-11-15 20:22:29 +01:00