Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 2.32 KB

README.md

File metadata and controls

44 lines (36 loc) · 2.32 KB

Design problems and solutions

This repository contains a set of design problems and solutions for the following topics:

Pen

Further Reading

TicTacToe

Play the game here!

Assignments

  • Draw class diagram for TicTacToe
  • Use factory design pattern to improve the runner code here
  • Add method to print the current status of the board here
  • Add a controller method to accept input from the user

References

Further reading

Maven

Java in Visual Code