One game  wrote along time ago when I was first learning Python and App
Engine is http://cdacabeecdebcabab.appspot.com/
It's kind of a  non-interactive Sudoku puzzle, the only really interaction
is to click "solve this" or "display next puzzle" then to watch the python
code written attempt to solve the puzzle you click on the button "next
iteration" until you reach a solution or the code fails to resolve any more
of the cells.




On Mon, Apr 8, 2013 at 7:58 PM, Steven D'Aprano <st...@pearwood.info> wrote:

> On 09/04/13 06:38, brian arb wrote:
>
>> An Introduction to Interactive Programming in PythonJoe Warren, Scott
>>
>> Rixner, Stephen Wong and John Greiner
>>
>> This course is designed to be a fun introduction to the basics of
>> programming in Python. Our main focus will be on building simple
>> interactive games such as Pong, Blackjack and Asteroids.
>>
>> https://www.coursera.org/**course/interactivepython<https://www.coursera.org/course/interactivepython>
>>
>
> Thanks for the link Brian.
>
> As an aside, I wonder, apart from Conway's Game of Life, which isn't
> actually a game at all, what's a non-interactive game?
>
>
>
> --
> Steven
> ______________________________**_________________
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/**mailman/listinfo/tutor<http://mail.python.org/mailman/listinfo/tutor>
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to