HedgeWar code confusion
Posted
by
BluFire
on Game Development
See other posts from Game Development
or by BluFire
Published on 2012-04-15T18:47:06Z
Indexed on
2012/04/15
23:47 UTC
Read the original article
Hit count: 300
I looked at an open source project(HedgeWars) that was built using many programming languages such as C++ and Java. While I was looking through the code, I couldn't help noticing that all the math and physics were gone from the Java code.
I imported the project file called "SDL-android-project" which was a sub folder to "android build" and project files.
My question is where is all the math and physics inside the code? Do I have to look at the C++ code in order to see it?
I think Hedgewars was originally programmed in C++ but the files are confusing be because of its size and the fact that it has several programming languages inside.
© Game Development or respective owner