creating a pixel platformer game
What tools did you use to create your project?
How much experience does your group have? Does the project use anything (art, music, starter kits) you didn't create?
basics of python, like libraries, functions etc. used pygame library to work. also uses sprites obtained from various sources.
What challenges did you encounter?
bugs in code, not able to do movements of character. problems with vertical and linear collision. was really hard to make a realistic gravity effect and pixel perfect collision.