This site requires JavaScript, please enable it in your browser!
Greenfoot back
IamSifter
IamSifter wrote ...

2018/11/15

Anyone wanna make a game with me so i can submit it to class?

IamSifter IamSifter

2018/11/15

#
I have no idea what im doing or how to code but I really want to make a boss battle game with good music like this one: https://armorgames.com/play/18328/just-one-boss but much simpler Anyone wants to add me on skype or discord and create a game with me?
Super_Hippo Super_Hippo

2018/11/15

#
If you have to submit it to class, then you should create it. You can create a game like the one you linked. You should have learned some basics in class and using them, you can create the game. You could start by writing down what classes you will need and how they should interact. If you have any specific questions, feel free to ask.
epicgamez4201337 epicgamez4201337

2018/11/16

#
Starting off with a big game is probably not the best idea. I'd recommend you to start with the basics of Java, and then slowly start making bigger and bigger projects. But a game already is not a good start I think
Super_Hippo Super_Hippo

2018/11/16

#
Games are the easiest way for a beginner to practice programming though. At least that's my opinion.
danpost danpost

2018/11/16

#
Super_Hippo wrote...
Games are the easiest way for a beginner to practice programming though. At least that's my opinion.
Yes, but one must first become familiar with the basics of the java language and what methods are available in the classes provided in the greenfoot package. Looking through the API documentation of the classes should help immensely in the latter, and the java tutorials should help with the former. Then trial and error programming will help in learning what is possible as well as how to accomplish things. This last part can be done while creating your game; but understanding how OOP (Object-oriented programming) works should be the initial step (the java tutorials can help there as well).
You need to login to post a reply.