Thread: Try out my new game :) !

  1. #1
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361

    Talking Try out my new game :) !

    Ahh, the forever generic "Try out my new game" subject. I don't know why, but it always attracts people.

    Anyways, here's my somewhat (it's 1 wk. old now) new game: Adventon. It's a console ASCII colored game. Plz leave feedback on how bad or good it is.
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

  2. #2
    Registered User
    Join Date
    May 2003
    Posts
    195
    Huh?
    When i compile w/ vc++6

    Code:
    --------------------Configuration: Adventron - Win32 Debug--------------------
    Compiling...
    Adventron.cpp
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(40) : warning C4305: 'initializing' : truncation from 'const int' to 'const char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(40) : warning C4309: 'initializing' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(84) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(84) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(97) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(97) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(116) : error C2065: 'clrscr' : undeclared identifier
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(224) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(224) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(236) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(236) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(247) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(247) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(264) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(264) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(276) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(276) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(287) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(287) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(304) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(304) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(316) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(316) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(327) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(327) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(344) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(344) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(356) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(356) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(367) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(367) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(655) : error C2374: 'a' : redefinition; multiple initialization
            c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(648) : see declaration of 'a'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(836) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(836) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(840) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(840) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(844) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(844) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(848) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(848) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(852) : warning C4305: '=' : truncation from 'const int' to 'char'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(852) : warning C4309: '=' : truncation of constant value
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(932) : error C2374: 'a' : redefinition; multiple initialization
            c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(896) : see declaration of 'a'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(980) : error C2374: 'a' : redefinition; multiple initialization
            c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(896) : see declaration of 'a'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(1012) : error C2374: 'a' : redefinition; multiple initialization
            c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(896) : see declaration of 'a'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(1135) : warning C4018: '<' : signed/unsigned mismatch
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(1147) : warning C4018: '<' : signed/unsigned mismatch
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(1315) : error C2374: 'a' : redefinition; multiple initialization
            c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(1301) : see declaration of 'a'
    c:\documents and settings\wayne and jian\desktop\f\adventron.cpp(1315) : warning C4018: '<' : signed/unsigned mismatch
    Error executing cl.exe.
    
    Adventron.exe - 6 error(s), 43 warning(s)
    Is it supposed to have that many warnings/errors. I think all of the errors had to deal w/ multiple redefs or something, but i dont get all the warnings.

  3. #3
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361

    ????

    I didn't get that many warnings, and I did not get any errors. I'm using Borland 5.5. Anyway, how was the game?
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

  4. #4
    Registered User
    Join Date
    Mar 2003
    Posts
    73
    Yeah, I got some errors too when I was trying to compile, but then again I'm using Dev-C++...

    Anyway, the game is awesome. The only thing that got me is that all movement pauses while a ninja star flys across the screen. (be it enemy or you who fired). Other than that though, it's great!

  5. #5
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361
    The only thing that got me is that all movement pauses while a ninja star flys across the screen. (be it enemy or you who fired). Other than that though, it's great!
    Yeah, that is kinda annoying, but the only 2 reasons I kept it was:
    1. If the enemy could move while you fired it would be impossible to hit him
    2. I didn't know how to fix it

    Keep the replies comming!
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

  6. #6
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361
    I don't mean to update this post on purpose, but if 26 people downloaded my game, and two of the 26 replied, there are some opinions not being voiced. Come on, I can take it I want some feedback.
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

  7. #7
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    I posted a big long post, but it was lost in the server switch, and I don't really remember what I said... I also don't have time to figure it out and retype it... stupid teachers decided to assign a bunch of work at the end of the year to make up for all they didn't teach us all year...
    Away.

  8. #8
    Banned
    Join Date
    Jan 2003
    Posts
    1,708
    It was hard to play because everything moved in bursts. Maybe its just my retardedly fast souped up computer screwing up, but the time would slow down then go fast and the little character dude would move for a while then freezed then go really really fast forward.

    my score was -420!?!?


    It was a good game though

  9. #9
    Registered User
    Join Date
    May 2003
    Posts
    195
    Well, the score made no sense at all, why even have score? I thought point was to kill the dragon

  10. #10
    Registered User yodoblec's Avatar
    Join Date
    Jun 2003
    Posts
    27
    I've downloaded it,but it won't work.

  11. #11
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361
    I added to score for "replay value", and so you would kill the red guys. Originally, you could run through the entire game. With the score, it kinda makes you keep a constant kill rate. I admit, the point system is bad, but it is just another add. BTW, yodo, extract everything to a file
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how do the game engine and the api interact?
    By Shadow12345 in forum Game Programming
    Replies: 9
    Last Post: 12-08-2010, 12:08 AM
  2. Open Source / Semi Open source game idea. Help needed
    By CaptainPatent in forum Projects and Job Recruitment
    Replies: 10
    Last Post: 05-16-2007, 10:44 AM
  3. game engine advice?
    By stien in forum Game Programming
    Replies: 0
    Last Post: 01-23-2007, 03:46 PM
  4. My Maze Game --- A Few Questions
    By TechWins in forum Game Programming
    Replies: 18
    Last Post: 04-24-2002, 11:00 PM