Skip to main content

DigDigRPG - 0.1

Mine*raft-like game written in pygame, pyopengl, cython, c


Jin
(jinjuyu)
It's gonna be an RPG game!

Changes

playable including all source codes

Links

Home Page
http://digdigrpg.googlecode.com
Source
http://digdigrpg.googlecode.com
Windows
http://digdigrpg.googlecode.com
Mac
http://digdigrpg.googlecode.com

Releases

DigDigRPG 0.1 — 24 Apr, 2011

Pygame.org account Comments

  • renesd 2011-04-29 21:08:20

    It looks really cool. But I can't figure out how to run it on linux. I get a compilation error with cython on line 17 of chunkhandler.pyx:17:3: Unrecognized character. Not sure why.

    Anyway, really cool effort and a very ambition project :)

    Jin 2014-04-05 13:30:28

    You need to use latest development branch of Cython. I don't know it's still like this though.. it was 3 years ago :)
    And it was pain in the ass on windows to setup a development environment so it will be like that on linux too I think...
    Also, you need to pass -std=c99(I think something like that) compilation option to gcc to compile .c .h files...

  • 진주 유 2011-05-05 06:31:04

    About that error:
    Use latest version of cython. In linux it usually have old stable version but I used latest development branch.

    About another compile errors:
    It uses function arguments like this
    void func(int a[16], int b[16])
    if you fix those into something like this:
    void func(int *a, int *b)

    it will compile on linux also.... there are about 50 lines of code to fix so I just left it alone.... since I don't use linux.

    Maybe there is another way like some compile option to compile those kind of code too. Since it is in C99 standard.....

  • Hank Ibell 2011-06-28 07:24:09

    "That's a very nice EVERYTHING you have there. It'd be a SHAME if something happened to it. ::ssssssssssssssssssss::" :D

  • Mike 2011-07-09 16:52:46

    Hey I was thinking of doing this. Really well done, probably better than I ever would have made it.
    Thanks!

  • Mike 2011-07-09 16:54:17

    Also judging by 'Cygame' this is written partly in C?

  • Jack 2011-07-17 03:53:34

    I'm not very good with pygame yet... But I'm great with python :)

  • MrGoldfish 2011-08-26 17:23:58

    Notch challenges you to a game of... QUAKE 3!

  • Louis 2011-08-27 22:47:59

    Excellent!!! Also, @ Mike, i think the main engine (the thing that runs the main code such as the game engine and terrain generators) is written in C.

  • Yardragon 2011-08-31 22:49:52

    why can i not use the link
     

  • Lordaragos 2011-09-28 03:27:08

    after you get this awesome game figured out....add multiplayer :)

  • Arnaudalies Py 2011-11-08 21:03:31

    wow but why 7z WTF I CANT DECROPRES

  • Blaine 2011-12-11 10:12:09

    And Minecraft, Fredo, is a complete ripoff of Infiniminer and Dwarf Fortress.  And every first person shooter is a complete ripoff of Doom.  And Braid is a complete ripoff of Donkey Kong.

    O_O 2012-04-02 04:29:56

    ok dwarf fortress is eniterly diffrent than minecraft, and minecraft came out before infiniminer. Also, you can't say FPS games are a ripoff of any game in paticular, it would be as though you are saying a modern cell phone is a ripoff of two cans on a string. On braid you are 95% correct, it is a ripoff of donkey kong with a few pointless extras.

    O_O 2012-04-02 04:32:10

    Although now that i think on it a little more there are similarities between MC and DF but not enough to say MC ripped it off

    Devin Arendt 2012-04-05 14:29:59

    Minecraft was based off of the Infiniminer source and ported over to java.... Infiniminer is what inspired notch to even make minecraft... 

    RNK6 2012-07-03 02:50:21

    and python is open source!!!

  • bobby 2012-04-16 01:49:36

    cool
    are we going to need java or other windows

  • bobby 2012-04-16 01:52:15

    cause i cant install java
     

  • J.D. 2012-07-25 01:35:34

    I would like to know if I can get a copy of this in COMPILED form. I don't wan't to have to download all the other stuff like:
         ~Cython     ~PyOpenGL         (I like Pygame, Python, and will maybe get Numpy though.)I don't even know what SVN and MinGW are so that means I can't even get the game if I wanted to!Even worse, if I get the game without it compiled and it doesn't work then I have tons of software to get rid of.In short....       I'd like it compiled please.

    Jin 2014-04-05 13:27:28

    It is there in compiled form on digdigrpg.googlecode.com main page.

  • J.D. 2012-07-25 01:37:03

    This comment was deleted.

  • AnonymousBioHazard 2012-08-05 00:36:13

    How long does it take to learn how to do something like this? I recently bought Making games in python & pygame, is that a good start?

    Jin 2014-04-05 13:26:35

    I've been programmer for 15 years. It took me to plan this on for 6 months and code for 6 weeks.

  • Anonymous 2013-08-06 00:14:32

    This looks a lot like Manic Digger
    http://sourceforge.net/project...

    Jin 2014-04-05 13:25:53

    Yeah texture was taken from Manic Digger... I don't know how to draw so..

  • Nick 2014-02-10 05:11:12

    All games ever made are a ripoff of pong. lol

  • THE MASTER 2019-08-11 14:42:26.688307

    LINK IS BROKEN