Link to starting engine code (engine.py):
https://github.com/AlexanderFarrell/life_game_python/blob/master/engine.py
Link to all the source code:
https://github.com/AlexanderFarrell/life_game_python
Previous Video Explaining engine.py:
https://www.youtube.com/watch?v=RrA8z-7PSCA&t=202s
Info about formatting dates to strings with strftime():
https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior
Link to my website:
https://www.alexanderfarrell.com/
Timestamps
00:00 Intro
00:08 Getting set up
00:34 Player and Job Classes
04:22 Game Variables
06:46 How do I manage dates in Python?
08:08 Day and Night Loop
14:32 Terminals in VSCode
15:38 Allow player to decide what to do
21:25 Player Working
22:20 Day Off
26:40 Shopping
30:30 Job Search
36:50 Testing
36:54 How do we display dates in Python?
40:29 Balance the Game
41:14 Now its your turn