Jeff Atwood

Results 35 comments of Jeff Atwood

@pcholt I think it's fine to fix this if you have time

sure, if it is a bug in the original code please put a note in the `readme.md` in the game folder!

One of my todo items is to add a "translator / port notes" section to the `readme.md` of each game..

python checks failed?

Here's the error from the failed check ``` Run mypy . --exclude [7](https://github.com/coding-horror/basic-computer-games/runs/7437486918?check_suite_focus=true#step:5:8)9_Slalom --exclude 27_Civil_War --exclude 3[8](https://github.com/coding-horror/basic-computer-games/runs/7437486918?check_suite_focus=true#step:5:9)_Fur_Trader --exclude 81_Splat --exclude 0[9](https://github.com/coding-horror/basic-computer-games/runs/7437486918?check_suite_focus=true#step:5:10)_Battle --exclude 40_Gomoko --exclude 36_Flip_Flop --exclude 43_Hammurabi --exclude 04_Awari --exclude...

Interesting! We are mostly focusing on the first book for now.. there's also "More Basic Computer Games".. is Can-Am in there? Maybe not? https://www.atariarchives.org/morebasicgames/

So am I clear to delete this folder? https://github.com/coding-horror/basic-computer-games/tree/main/buildJvm

> For that matter any IDE specific or build specific files should be left out of any languages because they are able to touch the system that people run these...

> Personally, I would prefer to isolate all game code completely. This is way more beginner friendly. We could also make that a policy.. but I tend to prefer having...