Ashish Padalkar
Ashish Padalkar
Sorry for late reply. > Just wonder why images are not static to the object ? We do have the Image which we use for main sprite sheet ( Image...
> My problem with it. Is git wants to commit it. How to get git to ignore it without effecting the project ? > I don't use netbean. I just...
Sounds good to me. Update method would update instance variables of entities. We should include a update method for changing the variables related to game as a whole too. What...
@limqiying Woah that's a lot of change.
I wonder if this is because of this I am unsure why we have two folders for the package here on github but when I clone the repo I only...
@dostertag I have tried to merge the two folders based on the instructions [given here](https://stackoverflow.com/a/8906460/3907677)  **Please clone the repo and check again. Hopefully this should have fixed the issue...
@CiaranRoft Here are some useful links that might help you. [how-do-i-update-a-github-forked-repository ](https://stackoverflow.com/a/7244456) [Syncing a fork](https://help.github.com/articles/syncing-a-fork/) How to contribute ? Once you have updated code on your computer you can make...
@CoreyHendrey, @lyx13710 Thanks for your feedback. What I am thinking, is having interface for the entities is because they may have common behavior that is moving, collision detection ect but...
[**@dostertag**](https://github.com/dostertag) commented on [Nov 17, 2017, 6:15 AM GMT+5:30](https://github.com/ashish2199/Aidos/issues/6#issuecomment-345110353 "2017-11-17T00:45:07Z - Replied by Github Reply Comments"): > Bear with me, guys. I'm very new to Java and am really glad...
Here is current structure, the above was just a reference for how things should work. Its not the actual structure for the classes. 