Wednesday, March 6, 2019

gamingdirectional: Edit the level 2 game map

It has been a day since the last post, I am really busy recently working on the offline business so I really need to divide the time equally for both the online and the offline business. In this chapter, we will finish up the previous unfinished business which is to come out with a new game map for level 2. We need to edit those level 2 data for the player, the enemy, the background and the mana...

Source



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...