Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

game

  1. JosiahMaybe

    API cookieless AI Rust ad server, how?

    I know I can use Burn AI in Rust, possibly MiniLM, a geolocation database free, a geolocation API free for 1M calls a month, just curious how you put in like context, description of ads, and come out with good targeting? I kind of want Rust because safety, reliability, and speed. I know ONNX can...
  2. JosiahMaybe

    What 4d+ games/stuff would you like to see?

    Ideas, what 4 dimensional or more space graphics game would you like to see? I plan multiplayer stuff and so far platforms I like are all desktop, mobile, and VR, ideas so far are Snake, PacMan, like Minecraft but a lot more and no gravity, and just open world and open builder stuff, what would...
  3. dirtygertie

    Friday Night' Funkin Boyfriend Idle

    HTML (container structure) <div class="stage"> <div class="boyfriend"> <div class="head"></div> <div class="torso"></div> <div class="left-arm"></div> <div class="right-arm"></div> <div class="legs"></div> </div> </div> CSS (shape/animations) /* Base styling for the...
  4. JosiahMaybe

    All smart TVs game engine, need C++/C# help X E.

    So far what I have is plans, just plans, if anyone wants to execute this with or without me go ahead. Haxe and Slang are base. Heaps.io can do TVOS as can OpenFL, Haxe can make Java so FireTV and Android TV can be covered and they have Vulkan so compute shaders, LG webOS can use JavaScript from...
  5. JosiahMaybe

    Ads in Rust desktop games, anything?

    Making games in Rust with wgpu, egui, winit, and glue to put them together, looking to put ads in a free version. I know I could maybe use crates wry and webbrowser for showing ads then making redirect to default browser on a platform to show ads from web and I have a website. I know if I use...
  6. JosiahMaybe

    Game dev, what should I use for everything?

    Looking for stuff (not C, C++, C#, Python, or Haxe) to do game dev for about everything. I got computers covered with Rust and VR/AR/XR/MR too with Rust. Since there is not much for Apple TVOS in Rust or cross platform I was thinking make Swift and have an iOS/iPadOS/TVOS single code base app...
  7. I

    JavaScript Can someone please help me with jump logic in this game I am making?

    I created logic to allow my character to jump and double jump. Then I added logic to walk and jump which works in both directions. Then I added running logic to increase my dx and I can run and jump in the left direction only. I cannot run and jump in the right direction. There doesn't seem to...
  8. F

    Full Snake Game With Python

    Full Snake Game With Python including full code and explanations about the physical aspect of the game. https://codingwithfad.com/create-a-snake-game-with-python-2/ password: 010101 Enjoy!
  9. 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...
  10. 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...
  11. 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...
  12. 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 =...
  13. 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
  14. 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...
  15. 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...
  16. 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)...
  17. L0L2G00D

    hi!

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

    Woods - A Text-Adventure, Survival-Game

    (No longer being worked on. Sorry for the inconvenience).
  19. 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...
  20. 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