October 2014 challenge: “One Room”

Morphman! - Learning ma tools!

Posted by highonmocha on 2014/09/26 14:43

I really liked pygame so I tried to make a game with a bit of AI in it. Here's the link - https://github.com/amanj2718/dotsgame Will probably use pygame for pyweek. It's simple and gives a lot of easy to use functionality. Aman

3 comments

npresston Pyweek 19 - First try!

Posted by npresston on 2014/09/23 14:06

This is my first run at pyweek, and I'm really looking forward to it. I'm thinking about doing an adventure game, because they are simple, fun, and can be fitted to all sorts of themes. For anyone who is thinking of Mario when I said adventure game, check out myst on wikipedia.

Add a comment

NoTitleYet - import pygame

Posted by SafPlusPlus on 2014/09/15 06:13

$ python
Python 2.7.2 (default, Oct 11 2012, 20:14:37)
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygame
>>>

Yay, I've got to have a working PyGame, right? Might be useful!

I used a stackoverflow for the "why didn't 'pip install pygame' work" question.

Add a comment