README 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. GOLD GETTER
  2. I wrote most of this code in a span of about 5-8 hours before this project was
  3. originally due. I also had only been programming for a few months at that
  4. point so don't judge me too harshly haha. I didn't understand what objects
  5. were. -- 2022 Stephen
  6. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  7. This is a hack of an old project I made to add pygame for display. I used heavily
  8. from this tutorial:
  9. https://thecodezine.com/a-simple-python-tic-tac-toe-game-using-pygame/
  10. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  11. Original README:
  12. This is a game that I made for a class project. I've been adding things to it when
  13. I get bored.
  14. It's really poorly written.
  15. Run it in a terminal with:
  16. python3 gold-getter.py
  17. Or run it in an IDE.
  18. Objective:
  19. Get the gold before a bomb gets you!
  20. Controls:
  21. Move the player with wasd. Player moves twice for every time that the bomb moves.
  22. Key:
  23. P Player
  24. B Bomb
  25. G Gold
  26. , Where the bomb has been
  27. . Where the player has been
  28. The license is the GNU GPL version 2.
  29. Copyright Stephen Stengel <stephen.stengel@cwu.edu>