Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #49215 > unrolled thread
| Started by | Turtle Wizard <elvishNOSPAM.healer@gmail.com> |
|---|---|
| First post | 2013-06-26 02:25 +0200 |
| Last post | 2013-06-29 13:19 -0700 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.lang.python
Python Zelda II sequel - game engine works - GPLv2 Turtle Wizard <elvishNOSPAM.healer@gmail.com> - 2013-06-26 02:25 +0200
Re: Python Zelda II sequel - game engine works - GPLv2 elvish.healer@gmail.com - 2013-06-29 09:01 -0700
Re: Python Zelda II sequel - game engine works - GPLv2 elvish.healer@gmail.com - 2013-06-29 13:19 -0700
| From | Turtle Wizard <elvishNOSPAM.healer@gmail.com> |
|---|---|
| Date | 2013-06-26 02:25 +0200 |
| Subject | Python Zelda II sequel - game engine works - GPLv2 |
| Message-ID | <m0a9mdra58.fsf@gmail.com> |
Hi all, thanks to dudes on the net I can release this code : https://github.com/zork9/pygame-pyZeldaII Everything is Python/Pygame, you can download it with the following command : git clone https://github.com/zork9/pygame-pyZeldaII.git Visit my blog for screenshots : http://thediaryofelvishhealer.blogspot.be/ Enjoy, Turtle Wizard -- Time heals. my blog : http://thediaryofelvishhealer.blogspot.be/
[toc] | [next] | [standalone]
| From | elvish.healer@gmail.com |
|---|---|
| Date | 2013-06-29 09:01 -0700 |
| Message-ID | <2f4e7aad-95ba-49dd-aab8-1f42e57a7a81@googlegroups.com> |
| In reply to | #49215 |
There now is a graph connected roomsystem which provides for a master room with elevators and ropes to climb on. A room in a master room can be easily made out of the file maproomcastleX.py. This is about 10 lines of code. On my blog you can see some pictures http://thediaryofelvishhealer.blogspot.be/ This sequel to The adventure of link now has the full engine to provide for aan overworld, castle and town maps with full game support. The link for the game is : http://github.com/zork9/pygame-pyZeldaII Enjoy, Turtle Wizard
[toc] | [prev] | [next] | [standalone]
| From | elvish.healer@gmail.com |
|---|---|
| Date | 2013-06-29 13:19 -0700 |
| Message-ID | <60d76386-c35e-4856-83d9-bbbec6f52c4e@googlegroups.com> |
| In reply to | #49430 |
The game has a homepage now so you can follow the game there, see http://www.zeldadungeon.net/wiki/The_adventure_of_Link_2 There's also lots of screenshots on that page. TW
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web