Project Design - LUXIANZE/WIF3003_ConcurrentProgrammingProject GitHub Wiki
The project follows a Rich Internet Application architectural reference where the a better user experience from client side is equally important as the server side. However, 2-Layered architecture is used as there is no requirements regarding storing the end result, even if we were to expand the project with such functionality, it is not as complicated.
With the help of various modelling for Object-Oriented Design, we are able to revise some issues, such as cleaner allocation of class responsibilities, project structure, and simulating the requirements correctly.
Runnable Class | Point Class |
---|---|
![]() |
![]() |