The coding begins
I watched the movie, set up the git repository (on google code https://code.google.com/p/aranara/) and have my game outline (mining simulation) so now I am ready to start.Today's schedule is,
- throw some placeholder graphics in place
- game engine basics
- base level logic
Hopefully by the end of the day I have a playable test level so that tomorrow I can start refining the main game loop.
I'll post updates as comments to this entry.
(log in to comment)
Comments
Taking a break now to get a few more ideas on what kind of elements I need in the mining simulation.
paulpaterson on 2013/09/01 21:01:
Got the basics of the engine running. I have integrated the pymunk and pyglet main loops. Getting polygons to work in pymunk took a bit longer than thought but seems to be working now.There isn't much to show but the following screenshot shows some rocks which bounce and roll around the surface of the moon.
I'm building the various level elements next.