Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.13 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.13 KB

Tic Tac Toe Release JavaDoc

Simple Tic Tac Toe game made with Java using LibGDX.

Screenshots

Title Screen Play Screen

Built With

  • Java - The programming language used
  • LibGDX - Game framework used

Authors

  • Tobias Senger - Initial work - sengerts

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • exq_bytes - Game window resize code to keep aspect ratio correct
  • CreamyCookie - Code for taking a Screenshot in libGDX
  • Leowbattle - Code for Transition Screen