Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

game

  1. F

    JavaScript Coding starter here: What are your ideas/knowledge/advises to improve my basic Dijkstra Algorithm game !?

    You can already play in browser and its pretty basic but i lack inspiration and knowledge to improve it. To make it more interactive, more fun and interesting. What are your ideas/thoughts? Next step for me is to implement an I/O of the priorty queue and their weights for the User so he inputs...
  2. J

    JavaScript Drag and drop not working

    Okay so what I'd like to do is drag the dog food in the inventory slot onto the dog food bowls. Right now my code registers that the dog food is being dragged and it even knows that it's in inventory slot 0. Furthermore it knows that the dropzone (objZone4) has particular coordinates of...
  3. Alexander01

    C# Path finding in 2d dimension

    I have developed a top down multiplayer browser shooter. Players play against each other. The best players are displayed on the leaderboard. I want to implement bots so that players can play the game even if there no other real players in the room. I am interested retested in navigation aspects...
  4. G

    Python Not sure how I can fix my code for a small turtle feeding game (in turtle) :)

    Hi, I'm having some issues with this section of my code, it has errors in Terminal and the feedback isn't very specific. Thanks!! import turtle import time variable1=turtle # turtle object #img_turtle = Turtle.fish() #turtle.register_shape('turtle.gif') #img_turtle.shape('turtle.gif') speed =...
  5. D

    Trying to learn how to read static data file

    Hey guys im trying to learn on how to put a static data file in plainish English with almost zero experience is there anyone that may be able to assist me with their knowledge
  6. simonwyns

    JavaScript Does anyone know how i can make my Snake game start on button click?

    I'm using a code that i found on the internet to make a snake game. The game starts automatically when the page is loaded. Now i want to have a button to start the game so that it doesnt start automatically. But everything i try fails and make the game not work anymore. Does anyone know how i...
  7. EkBass

    p5-2D-Sidescroller

    So, here it is. My first ever Javascript program. Used p5 for some reason here too. Anyway, simple 2D sidescroll jump around whatever. Still wondering is JS or C# the one i would like to use for my future (and prpably similar) projects. Playable game via browser here. GitHub link here. Check...
  8. B

    JavaScript for some reason this text doesnt show up

    aimCanvas.ctx.fillStyle = "#404040"; aimCanvas.ctx.textAlign = "center"; aimCanvas.ctx.textBaseline = "center"; aimCanvas.ctx.font = "50px Open Sans"; aimCanvas.ctx.fillText("End", this.centerLeft, this.centerTop - 20)...
  9. L0L2G00D

    hi!

    I'm making a game in Javascript. https://replit.com/@L0L2G00D/Quiz-Game#index.js
  10. M

    Woods - A Text-Adventure, Survival-Game

    (No longer being worked on. Sorry for the inconvenience).
  11. D

    Tutorial Simple Guessing Game In C[TUTORIAL]

    Hey everyone. Welcome to this C-Programming Tutorial. In today's Tutorial, I'm going to be showing you how to make a simple Guessing Game in C. Let's begin. First of all, choose where you want to store your Files. Is it in your Documents Directory, a separate Hard-Drive, choose where it will...
  12. spooky.mp3

    spooky.mp3

    When night is falling, things start to get a little spooky. -------------------------------------------------------------- NOTE: You are free to use this in any of your Projects. You don't need to message me. Feel free to download it.
Back
Top Bottom