00:01
Hello student, it looks like you have a set of requirements for an assignment involving java programming and the game of life gol.
00:09
So to meet these requirements, follow the steps and guidelines outlined below.
00:14
So here use provided files.
00:18
So here the provided files are given to us.
00:21
Make sure you have the following files in your project directories.
00:25
So where we have to do the work, then these files must be there because we are using these files.
00:31
One is bo .java, second one is gol .java, third one is tushfeen .java, fourth one is bunnies .txt, fifth one is explosion .txt and after this number fillet .txt and after this random .txt.
00:47
These must be in the project directories.
00:49
So set the console dimensions.
00:51
Now the second task is to set the console terminals which is 80 characters wide and 24 characters tall.
01:00
So to ensure that the output of your program is correctly displayed on this display.
01:05
So terminal window will be like this 80 characters wide and 24 characters tall.
01:15
So this one.
01:19
This is terminal window.
01:22
Don't edit bo .java or the tushfeen .java.
01:27
So this file must not be added.
01:30
So you should not make any modification to the bo .java or the tushfeen .java file.
01:36
So this must keep in mind.
01:39
Inherit from the bo .java.
01:41
So we have to use this file bo .java for the inheritance purpose.
01:45
So your goal .java class must inherit for the bo .java from the bo .java.
01:52
So this bo .java we have to inherit the goal .java.
01:59
So this must be inherited and you will extend the functionality provided by the bo .java.
02:06
So we will use the functionality that is provided by the bo .java.
02:12
So use the comments and the constant...