Search:

Type: Posts; User: D4rk_H34rt

Search: Search took 0.09 seconds.

  1. Replies
    0
    Views
    938

    Simple Source Code

    Does anyone have a simple source code for a game named boulder dash?
  2. Thread: Boulderdash

    by D4rk_H34rt
    Replies
    15
    Views
    2,174

    Re: Boulderdash

    The objects need to be seen/created. the player, diamonds, rocks etc that boulderdash is supposed to have. I actulay didn't create this I just need any working source code I could have for...
  3. Thread: Boulderdash

    by D4rk_H34rt
    Replies
    15
    Views
    2,174

    Re: Boulderdash

    Yes. it shows a blank screen only. what do I need to add to make this boulderdash game work?
  4. Replies
    3
    Views
    1,817

    Re: 2d array Game

    I was looking for help with boulderdash. I was lookin for a source code on the internet but couldn't find anything on java
  5. Thread: Boulderdash

    by D4rk_H34rt
    Replies
    15
    Views
    2,174

    Re: Boulderdash

    import javax.swing.*;
    import java.awt.*;
    // This class will allow us to define features of the different types of blocks in the game

    public class Block {

    int x = 0;
    int y = 0;
    boolean...
  6. Thread: Boulderdash

    by D4rk_H34rt
    Replies
    15
    Views
    2,174

    Re: Boulderdash

    import javax.swing.*;
    import java.awt.*;
    // This class will allow us to define features of the different types of blocks in the game

    public class Block {

    int x = 0;
    int y = 0;
    boolean...
  7. Thread: Boulderdash

    by D4rk_H34rt
    Replies
    15
    Views
    2,174

    Re: Boulderdash

    The game runs but it only a black screen. how can I fix it?



    class Amoeba extends Monster {

    public Amoeba(int x, int y, Sprite.Directions d) {
    super(x, y, d);
    }
  8. Thread: Boulderdash

    by D4rk_H34rt
    Replies
    15
    Views
    2,174

    Boulderdash

    Hello guys I was wondering whats wrong with this code here https://github.com/cuervoslaugh/boulder_dash because when I run it, it just gives a black screen!
  9. Thread: Boulderdash

    by D4rk_H34rt
    Replies
    15
    Views
    2,174

    Boulderdash

    I was hoping anyone would help me out with this assignment I have for exams. its for a game named Boulder dash. This is what I need
    •Set up graphical user interface
    •Represent diamonds, dirt, empty...
  10. Replies
    5
    Views
    1,771

    Boulder Dash

    I was wondering if any of you had the JAVA source code for a game called Boulder Dash?
  11. Replies
    5
    Views
    1,771

    Re: Boulder Dash

    I got it from a question paper. I though it would be better to just scan and attach
  12. Re: Issue with paintComponent() or KeyListener.

    Is this the entire code? Post the entire code for the game please
  13. Replies
    5
    Views
    1,771

    Boulder Dash

    I was hoping if anyone could please help me with a source code for boulder dash?
Results 1 to 13 of 16