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 development

  1. 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...
  2. 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...
  3. 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...
  4. 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!
  5. Idle Commander - The Dev

    JavaScript Why is this not working [edit]

    I'm making an online free web game and I got to the point where I don't know how to fix a particular bug. What I'm confused about is that the thing I'm building works perfectly when you perform it the normal way but If you go on a quest in my game and fight a monster it breaks. If you want a...
  6. jia_111

    HTML5 Canvas Games?

    Hi all, Recently I have been very much interested in HTML5 game development using the Canvas API and JavaScript. Is anyone here working or learning in the same domain? I would appreciate any suggestions and recommendations for tutorials, courses, or a roadmap that I should follow. Thank you :D
  7. B

    Anybody looking for new resources?

    Hello there! A couple of weeks ago, I got back into doing art and Blender just to have some fun. In a recent conversation I had, where I discussed my lack of interest in programming, I was suggested that I maybe get into doing some sort of design or music work. That makes me wonder: would...
  8. 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...
  9. EkBass

    Hi everyone.

    Im a newold hobby programmer. Got first kicks from code lines back at 80's at microcomputer era. After that, more or less programmed all kind of stuff. Mostly complately useless things, but casonly something usefull too. Due boring work, got degree for software developement back at 2014 but...
  10. B

    Java Two small Java games by Markus "Notch" Persson

    Hello there, CF! As I was scouting the web the other day for some interesting Java projects to contribute to, I came across two that not could I contribute to, but rather, mod and analyse. I present to you, two of Markus "Notch" Persson's(creator of Minecraft) previous projects: "Breaking The...
Back
Top Bottom