Java real time strategy game development

后端 未结 6 2009
予麋鹿
予麋鹿 2021-02-05 17:42

I\'m coming to the end of my first year of CS and I thought a great way to consolidate all the things I\'ve learnt this year would be a personal game project.

I would li

6条回答
  •  北海茫月
    2021-02-05 18:02

    Perhaps it would make sense to look at some existing efforts to get a feel for the scope of what you are looking at. These should give you some ideas or even code to build on:

    http://www.duncanjauncey.com/btinternet/old/javagame/game.html

    http://en.wikipedia.org/wiki/Lightweight_Java_Game_Library

    http://www.ardor3d.com/

    http://en.wikipedia.org/wiki/JMonkeyEngine

    It would be a lot for me to bite off (from scratch) in the time given that is for sure. That is about all I can say.

    EDIT: I thought maybe JOGRE was not what you are looking for. Then I thought about it and it seems like it would have all the right kinds of plumbing for what you are trying to do.

    EDIT AGAIN: After my answer, one of the related questions links on the side seemed relevant: Java Game Programming: JOGL vs LWJGL?

提交回复
热议问题