Page 1 of 14 1234511 ... LastLast
Results 1 to 10 of 135

Thread: SANiK's Mario Demo

                  
   
  1. #1
    DCEmu Coder
    Join Date
    May 2005
    Posts
    11
    Rep Power
    0

    psp SANiK's Mario Demo





    Usage:
    X = Jump
    Control Pad = Move
    Start = Quit

    Purpose:
    This demo is never going to become a full game.
    It lags at certain points but could be sped up 90%, I didn't give a kwap though to put more time into it.
    I only did this to be able to say, "Stop with the effiing cheap ass 2D games."
    I'm mother effiing tired of seeing "OMG, 2D Halo" orrr "2D Mario" orr "2D Mario texture edit to make it look like 2D Sonic"
    The PSP scene needs new life
    My little Mario Demo is just a taste of what could be done if one actually tries (with just 6 days to code it + 1 day to port it to the PSP)

    Come on PSP scene, get with the program
    Anyways, enjoy

    Source:
    (I suggest if one is to try to "finish" this, to start from scratch just using poly.c and math.c)
    Download Via Comments

    The only snippet of code that's really needed is really:

    void reflex(float *a_matrix, float a_x, float a_y, float a_z)
    {
    //Apply the matrix rotation to the point
    //Requires a custom matrix library
    vector_matrix_mul(a_x, a_y, a_z, a_matrix);

    //Apply the reflex lens formula
    a_z=a_z - ((((a_x) * (a_x)) + ((a_y)*(a_y)))*0.05f);
    //The 0.05f = Lens curvature

    //PSP screen stretch/skew
    a_x*=1.25f;
    a_y*=1.05f;

    //Draw the vertex
    glVertex3f(a_x, a_y, a_z);
    }

    Download and Give Feedback Via Comments

  2. #2

    Default

    Nice.

  3. #3
    DCEmu Art Pro
    Join Date
    Apr 2006
    Posts
    1,950
    Rep Power
    94

    Default

    Does look sweet,

    But sometimes 2d games can be cool.

    But 3 will be cooler!

    Except Halo Zero!!!

  4. #4

    Default

    Looks nice

    Coded in C/C++?

  5. #5
    DCEmu Coder
    Join Date
    May 2005
    Posts
    11
    Rep Power
    0

    Default

    100% C
    =o

  6. #6
    DCEmu Pro scarph's Avatar
    Join Date
    Feb 2006
    Location
    Maryland
    Posts
    617
    Rep Power
    0

    Default

    I love it!

  7. #7
    DCEmu Coder IamAbe's Avatar
    Join Date
    Aug 2006
    Location
    Middle of Nowhere, Kansas, USA
    Age
    35
    Posts
    227
    Rep Power
    67

    Default

    GREAT GAME!!! I hope someone completes it or at least takes it over so I dont have to

    ....I'm serious
    Wii Homebrew: Chippy - Chip8 Emulator
    SameGame - Version 1.0

    Homebrew PSP Games: Color Puzzle - Version: r2

  8. #8
    DCEmu Pro .:}<3\/!}\{:.'s Avatar
    Join Date
    Jun 2006
    Location
    Newcastle,England
    Posts
    738
    Rep Power
    68

    Default

    totally agree with you.... very clever idea, i think the homebrew scene needs to create stuff like this!

  9. #9
    DCEmu Pro joshisposer's Avatar
    Join Date
    Apr 2006
    Location
    Arizona
    Age
    32
    Posts
    498
    Rep Power
    0

    Default

    THis game is so trippy! I love it. Good job, the scene needs to stop doing games in 2d or remakes of 2d games. The only good one is Halo Zero but i mean c'mon. We need originality.

  10. #10
    DCEmu Coder HomerSp's Avatar
    Join Date
    Sep 2006
    Age
    34
    Posts
    78
    Rep Power
    0

    Default

    2D is better than 3D imo...

Page 1 of 14 1234511 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •