Question
The classes which gameNet may implement can be found here (USE THESE CLASSES WITHIN THE JAVA CODE) https://drive.google.com/open?id=0B8Jh4LT8NcplRW4zcTI4eEI3N0U BEFORE POSTING CODE LOOK AT THE CLASSES
The classes which gameNet may implement can be found here (USE THESE CLASSES WITHIN THE JAVA CODE)
https://drive.google.com/open?id=0B8Jh4LT8NcplRW4zcTI4eEI3N0U
BEFORE POSTING CODE LOOK AT THE CLASSES ABOVE^
PLEASE ALSO USE A MVC APPROACH(MODEL, VIEW, CONTROLLER)
For my java class we have to create a Networked game, and the project must use MVC (Model View Controller) and gameNet to create a networked game.
Your program must be networked and use "gameNet". I would like to see you use concepts taught in the course wherever possible.
Your program can be a game of your own choosing. I would recommend not taking on more than you can handle. Sample games to consider ( not all equally difficult to implement)
In this project we are trying to simulate a task you might have in industry. Your boss gives you a specification like MVC and some software(like gameNet). Your job is to create some software which works with these specifications and the defined interface.
In the Networked Games Zip file, you will find a package called "gamenet". You will need this for your project. This is the package demo'ed in the MVC gamenet videos. There is also another package called "gamenet_cloneable". In general you don't want to use gamenet_cloneable. It is very similar to gamenet, but there are more requirements for using this package. However, if your game has so much information flying around that gamenet sometimes crashes on you (See the Networked Drawing game where this crash is demo'ed), then you might consider gamenet_cloneable. Discuss the additional ramifications with your teacher if you do need this.
Make sure you understand the MVC (Model View Controller) approach. The following videos go over MVC and how it works with gameNet. Make sure you understand these concepts
MVC, gameNet High Level
gameNet interfaces
Please make A Tic Tac toe game to the specifications stated above:
The classes which gameNet may implement can be found here (USE THESE CLASSES WITHIN THE JAVA CODE)
https://drive.google.com/open?id=0B8Jh4LT8NcplRW4zcTI4eEI3N0U
BEFORE POSTING CODE LOOK AT THE CLASSES ABOVE^
PLEASE ALSO USE A MVC APPROACH(MODEL, VIEW, CONTROLLER)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started