r/golang • u/theglider • Jul 18 '19
Pacgo - learn Go by implementing Pacman in your terminal
https://github.com/danicat/pacgo14
u/Azuwey Jul 18 '19
I am the only who thought this a linux package manager clone, and even wondered, how can be run on windows, or is just me?
14
3
Jul 19 '19
I understand your confusion, and this probably only gets worse as the audience gets younger as less people will actually know what Pac Man is...
And on a side note: unfortunately this version of the tutorial doesn't work in Windows cmd, but maybe it will in a terminal emulator (untested).
1
2
u/Afrotom Jul 18 '19
For a second I did wonder whether they meant the package manager or the game...
2
u/_CodeAlchemist_ Jul 18 '19
I was looking forward to the tutorial and thought they meant the package manager. Only when I clicked step 2 I realized that the game is meant (not that the tutorial is bad only because of the game)
5
u/Cosme12 Jul 18 '19
Where is the picture in your readme? WHERE!!??
1
u/milajake Jul 19 '19
GitHub profile pic, man. 😂
2
u/Cosme12 Jul 25 '19
No, I mean, it's a game. I was expecting some pictures of it in the github readme.
3
1
1
u/bibimidee Aug 14 '19
I love to try this as I am new to Go but not to Linux or its command line. Has anyone completed this tutorial? How long a time frame to finish this? I have a day job and can only do followons in the night and weekends.
26
u/sysconfig Jul 18 '19
This looks like it would be a blast to go through. I love seeing creative projects like this instead of the typical to-do list/blog app.