Arnav Tiwari

Results 27 issues of Arnav Tiwari

We need to make a UI class upon which the main menu and other UI based features will be built. Follow principles of OOP to maximize reusability of code.

enhancement

Display a main menu whenever the game is launched.

enhancement

Add a splash screen when the game is launch displaying the title in a graphically pleasing way.

enhancement

Make a separate image for each level to display in the background.

enhancement
good first issue

Would require a more elaborate method of collision detection than one used currently.

bug

Currently there is only a single kind of enemy. Get creative!

enhancement

Design level maps in grey-scale and find a way to integrate them into the rest of the game.

enhancement

Possibly due to the computation time required for the path of each AI character. Could be fixed by capping the framerate.

bug

No self preservation instinct, or other reasonable characteristics that might be expected.