Search:

Type: Posts; User: Chillers

Page 1 of 2 1 2

Search: Search took 0.10 seconds.

  1. Replies
    13
    Views
    2,689

    Re: 2D Game Programming

    I am able to do animations for the art thing I made for this demake. I do learn quickly -_-
    I think learning how to make a game on my own does help out a lot because I learn everything right there...
  2. Replies
    13
    Views
    2,689

    Re: 2D Game Programming

    Yeah I do like programing!
    I have been doing it for 2 months now in Java and Java is my first language so it was a bit hard to get the syntax.
    I know how to make a JFrame, but some game devloper...
  3. Replies
    13
    Views
    2,689

    Re: 2D Game Programming

    Ok thanks!
    I meant that like I would have something which an actual person could use so sorry for the confusion.
    Also I know the Java Syntax (Like the things what aren't libraries).
  4. Replies
    13
    Views
    2,689

    Re: 2D Game Programming

    Ok thanks!
    So I believe now I should ask school mates if they want something to do their homework which would be good practice with user interface?
  5. Re: I REALLY NEED HELP IN SOLVING THIS ROCK PAPER SCISSOR

    Here is a suggestion
    First make a prototype.
    I would put in this prototype what was said and 3 variables.
    Rock
    Paper
    Scissors.
    I got you started ^-^
  6. Replies
    13
    Views
    2,689

    2D Game Programming

    So I was a bit curious on your guys opinions,

    I wanna know if I should start learning LWJGL.

    Here is all my knowledge so far:
    I know beginner Java (Games don't need the advanced things(I...
  7. Replies
    3
    Views
    4,060

    Re: car racing project

    If you want a tip, go make the graphics for your game first.
    Now just make a simple GUI with the following buttons
    Play
    Help
    Join

    The play one will activate start()
    Help will bring up new...
  8. Re: Buying Some Java Programmign, Expert Programmers Only $120+ For Job

    Same here. I think I put in 2 years into that game with my friends which was pretty fun. Especially with out any crap in it or botters.
  9. Replies
    8
    Views
    2,596

    Re: 2D Game Programming

    Thanks again!
    I have some time to look these over.
  10. Replies
    8
    Views
    2,596

    Re: 2D Game Programming

    Can anyone give me some tutorials on example games and other ways to create a window. Cause I saw another tutorial basically making a complicated way of making a window.
  11. Replies
    8
    Views
    2,596

    Re: 2D Game Programming

    Thanks!
    I was just looking at these.
  12. Replies
    8
    Views
    2,596

    2D Game Programming

    So I usually used like a basic engine (What I see from tutorials) and will just reuse it to make a game. I wanna know how to make 2D Java Games now on my own. I know how to build the window example...
  13. Replies
    11
    Views
    2,098

    Re: Popular Language

    I know what you mean, but I expand my learning by making demakes of games.
  14. Replies
    11
    Views
    2,098

    Re: Popular Language

    Yeah also I think I am going to learn C++ in 3 years. Only cause I was playing cards and thought of an awesome Minecraft demake I could do which is going to be fun. I am doing the super simple...
  15. Replies
    11
    Views
    2,098

    Re: Popular Language

    Thanks I am going to go watch thenewboston on his C++ tutorials and make a program for each one of the things I learn.
    I have spring break so I hope to finish learning the basics. Thanks for...
  16. Replies
    11
    Views
    2,098

    Re: Popular Language

    Do you mean like learn IMO?
    Also I was looking at Valve and it said that they want coders who know C++/C and that you need to learn graphics and stuff.
    I think Valve is a good example of what I...
  17. Replies
    11
    Views
    2,098

    Popular Language

    So I am thinking of learning a different language other than Java cause I don't wanna be a program maker, but a game programmer. I know there are companies what use Java, more famous is Mojang, but...
  18. Re: Buying Some Java Programmign, Expert Programmers Only $120+ For Job

    Please I don't want this turning into a runescape area also why is it that expensive. With that type of money you could do it yourself and sell the product which also sounds what you are trying to...
  19. Replies
    8
    Views
    4,284

    Re: Please Help Please

    I would suggest using an IDE.
    Then if he needs to see it just make it into a JAR cause I believe it will show the console for you.
  20. Replies
    2
    Views
    4,098

    Re: Making a Java quiz with Classes

    I would have it show a GUI to make things a bit easier
    I would have in that gui your question on top then 4 buttons which can lead to new windows and one which will go to the next window and also...
  21. Thread: TF2 Demake

    by Chillers
    Replies
    24
    Views
    2,302

    Re: TF2 Demake

    I am reading a book on 2D graphics now so I think I will do all its tests and everything then come back to this project.
    I want to eventually make this Twitter
  22. Replies
    5
    Views
    2,265

    Re: I Need some help!!!!!!!

    Here I will help you in some of the planning
    1. Make a class
    2. Have user make new student
    3. Have student option of plan A and plan B displayed and input from user to get what plan they want...
  23. Thread: TF2 Demake

    by Chillers
    Replies
    24
    Views
    2,302

    Re: TF2 Demake

    Yes ok let me get working on one :P


    public BitMap(BufferedImage img) {
    this.w = img.getWidth();
    this.h = img.getHeight();
    pixels =...
  24. Thread: TF2 Demake

    by Chillers
    Replies
    24
    Views
    2,302

    Re: TF2 Demake

    I know, but what would I use it though?
    I can make things if I know what their use should be :P
  25. Thread: TF2 Demake

    by Chillers
    Replies
    24
    Views
    2,302

    Re: TF2 Demake

    Like how would I do that though?
    Cause I need it to load and cut that image and break it into 16 by 16 pixels so I can use my characters I have made.
Results 1 to 25 of 40
Page 1 of 2 1 2