2,027 Topics

Member Avatar for
Member Avatar for ellahayesus

I’m interested in how developers approach small game projects where the basic mechanic is simple, but the underlying logic can become surprisingly complicated. A small word-based game, for example, can involve input validation, game-state management, scoring, and finding valid moves without necessarily needing a large engine or complicated architecture. I’ve …

Member Avatar for rproffitt
-3
17
Member Avatar for naomiscott

WebXR is gaining attention because it allows compatible VR and AR experiences to run through web browsers, reducing the need for separate applications. This can make immersive experiences easier to access across different devices. WebXR may also support interoperability by using open web technologies and common standards. However, challenges remain …

-1
9
Member Avatar for Onion13

Working on a game for a friends daughter for her 6th birthday. Its a scrolling game where the player will be Snoopy and they'll be flying around on his doghouse collecting Woodstock (Which are flying around the screen) for each level (There will be 4 levels). At the end of …

Member Avatar for MD_393
1
286
Member Avatar for johnsmithsp

I’m working on a small word-based game and have run into a design question around the dictionary/word-list side of the project. The game needs to determine whether player-entered words are valid, and potentially search through a larger list to find possible words from a given set of letters. For example, …

Member Avatar for misha denny
-1
32
Member Avatar for little_4

Hi everyone! I'm passionate about game guides, APK resources, and mobile gaming content. I'm here to learn more about game development, programming techniques, and graphics optimization while sharing useful insights with the community. Looking forward to learning from all of you!

Member Avatar for asiagentle
1
57
Member Avatar for krishna000

I want to know about gaming programming and which programming language is mostly used in industrial areas and which one is better? I have used dark basic and agk basic but I heard that this languages are not powerful for gaming.. I am now still studying B.Tech 3rd year CSE.. …

Member Avatar for Victor_48
0
186
Member Avatar for socialpages491

Even though Toca Boca is simple, there are hidden tricks that can improve your gameplay. Top Tips Explore every location Combine characters creatively Use hidden items You can learn more from this Toca Boca tips and tricks guide . Advanced Tricks Create your own stories Design unique houses Experiment with …

-1
26
Member Avatar for Dani

What tech habits consume the most amount of your time? Are you fine with that, or trying to cut back? Doom scrolling, anyone? I've personally been spending a lot of time on Reddit and HealthUnlocked lately.

Member Avatar for Reverend Jim
0
30
Member Avatar for Dani

For me, it was Mavis Beacon Teaches Typing. OMG, how I *lived* in that in middle school! And, of course, I probably would have lost patience for coding a very long time ago if I wasn't as quick a touch typist as I am. The very first piece of software …

Member Avatar for George_72
0
81
Member Avatar for Dani

What technology that you used to use have you ever stopped using entirely even though everyone it's still really popular and else still uses it? For me it's not so much a technology as much as I used to be *obsessed* with The Sims until I realized that I was …

Member Avatar for Reverend Jim
0
52
Member Avatar for mahjongsolitari

I’ve been working on an HTML5 game and trying to make it run smoothly on older phones and low-end tablets. A few things that helped so far: reduce draw calls, use sprite sheets instead of many small images, and lower the canvas resolution when possible. Culling off-screen objects and simplifying …

Member Avatar for Adam_94
1
225
Member Avatar for Dani

Which video game or tech universe would you live in if you actually could? Star Trek Voyager-era San Francisco?

Member Avatar for Reverend Jim
0
61
Member Avatar for Reverend Jim

In the age of amazing video effects and immersive VR, board games can be overlooked. I like board games because they promote a sense of community by playing face to face instead of screen to screen. You generally have time to ponder a move rather than just react to a …

Member Avatar for Reverend Jim
1
51
Member Avatar for GameWarriors

Hello everyone! My name is Zachary Detlefs, and I am the Director of Development at Game Warriors! We are a coding and art academy as well as a team that offers development work to anyone in need. At the moment, finding contract work has been a struggle. With the the …

Member Avatar for Dani
2
83
Member Avatar for Hussain_14

Hello, I would like to know how much time is taking to develop a game, you may ask why am I asking this question the reason is that I'm a newbie in this field and it will be my 1st project doing practically, I was a little bit confused about …

Member Avatar for EtherFang
3
650
Member Avatar for Chris_111

Hey everyone, I’m planning to build my first custom PC and would really appreciate some guidance. The goal is to have a setup that’s great for gaming and light content creation, without going completely overboard on the budget. I’ve heard a lot about high-end GPUs like the RTX 4080, but …

Member Avatar for Dani
0
61
Member Avatar for StanMarsh04

Hello everyone, I'm thrilled to join this vibrant community! I'm a digital marketing expert with a passion for driving growth and engagement through innovative strategies. Currently, I work with a dynamic team at a Card Game Development Company, Board Game Development Company and Dating App Development Company, where I spearhead …

Member Avatar for Dani
0
38
Member Avatar for Hassan_62

I'm hosting a Minecraft server on a PC with 4GB RAM and an Intel Core i3, but it's lagging with 3+ players. How can I optimize it? Should I adjust Java arguments, tweak server.properties, or switch to PaperMC? Any tips to reduce mob/entity lag?

Member Avatar for rproffitt
0
94
Member Avatar for flycast

I'm FlyCast, and I'm thrilled to join this vibrant community! Dedicated to enhancing retro gaming experiences, I focus on emulation, development, and all things tech. Eager to share, learn, and collaborate with like-minded enthusiasts. Let’s revive the classics and build something incredible together!

Member Avatar for Salem
-1
21
Member Avatar for Jonathan735

Hi all, I’m exploring options for a mobile game development company to help launch a game concept I’ve been working on. Beyond just coding skills, I’m curious about what makes a company stand out in this industry—whether it's their design process, their approach to monetization, or support after launch. What …

Member Avatar for adwinafram
-2
137
Member Avatar for varone

Hello, I have simple problem for professionalist (that i think ) but i asked all available AI about it and none was able to help and solve problem. so nothing is able to help me in this. I have simple app that show 3 colored axes and camera that move …

Member Avatar for varone
2
180
Member Avatar for shanaka95

Hi...I want to play one of the most violent computer game.Please let me know one of them

Member Avatar for Andrew_107
0
331
Member Avatar for jimmyhen77

First, I'm a passionate gamer and professionally a game developer. It's a dream of me to create games like assassin creed series, I also own a [website](https://skydownloading.com/) which basically all about gaming. You might know how much I'm into gaming. If I start working out than how many Days or …

Member Avatar for AndreRet
2
634
Member Avatar for Gulshan_6

Hello this is Gulshan Negi Well, I am writing a program for making hangman game in python but it shows some error at the time of its execution. Here is my source code: import random def select_word(): words_in_computer_memory = ['magazine','stars','computer','python','organisation'] word = random.choice(words_in_computer_memory) return word def is_gussed(word, guessed_letter_list): count=0 for …

Member Avatar for AndreRet
1
176
Member Avatar for Joaquim_5

i can create a DDA algoritm.. but pixel a pixel. so what is the best speed for it? IncrementPixel = 2 For RayAngle = StartAngle To EndAngle Step IncrementAngle Distance = 0 Wall = 0 RayActualX = RayX RayActualY = RayY IncrementStepSin = Sin(RayAngle) * IncrementPixel IncrementStepCos = Cos(RayAngle) * …

Member Avatar for rproffitt
0
142
Member Avatar for Joaquim_5

i did these code for create RayCasting: Option Explicit Private Declare Sub Sleep Lib "kernel32.dll" (ByVal dwMilliseconds As Long) Private Const PI As Double = 3.14159265358979 Dim LevelMap(12) As Variant Dim CamWidth As Long Dim CamHeight As Long Dim CamHalfHeight As Long Dim RayCastingPrecision As Long Dim PlayerX As Double …

Member Avatar for AndreRet
1
678
Member Avatar for Joaquim_5

VB6 : is possible convert radians to pixels? the WindowViewe is 200 pixels. so i need draw 200 lines between PlayerAngle(100 pixels) to 200. but how can i convert pixels to Radians... the PlayerAngle is the 100 pixel(the half of WindowViewe) Private Sub rayCasting() Dim rayAngle As Double Dim IncreRayAngle …

Member Avatar for Joaquim_5
0
190
Member Avatar for tinhchet.mai.1

As every coin has two sides, making this the situation with each and every aspect in our life - having both pros and cons. With regards to playing games online, there were different opinions from people around the world, rooting with either the positive side or the pessimistic of it. …

Member Avatar for Israr_4
0
291
Member Avatar for Williams Brown

It is difficult to predict with certainty which specific types of apps will be in demand in the future, as it depends on a variety of factors. However, considering recent trends, apps for games will continue to dominate and be the most demanded apps in the future followed by education …

Member Avatar for john_378
2
255
Member Avatar for 21Lester

hello, i have a huge problem and dont know how to fix it. here is the code: #(in class) def shoot(self, current_time, bullet_group, enemy_group): if current_time - self.last_shot > self.shoot_count: bullet = Bullet(self.rect.centerx, self.rect.bottom, "death_star_laser1.png", 10) bullet_group.add(bullet) if current_time - self.last_shot > self.cooldown: self.last_shot = current_time return random.choice(enemy_group.sprites()) #(just normal …

Member Avatar for donichalubaix
0
126
Member Avatar for Kyoto_1

This is a simple zombie survival game, i need to have finished by tomorrow, and I am having multiple problems with vectors being out of range. I also need to change some stuff into classes and make inheritances. I have tried fixing the problems but no success so far and …

Member Avatar for toneewa
0
155
Member Avatar for oussama_1

VB.Net never meant for games! it's more recommended for software developement, but hey why not have some fun. If anyone out there is looking to create an Angry Birds Game-like or a Simulator for throwing an object, you've come to the right place, this code will give you great start/push …

Member Avatar for joy_731
1
3K
Member Avatar for Jawass

How to create terrain in game maker, either GML or drag & drop. A scene of a fog forest with green pastures.

0
33
Member Avatar for Xozz

I'm trying to install Unreal Tournament 3 in Windows 11, but I get the message "Deze app is voor uw veiligheid geblokkeerd" which means "This app is blocked for your safety". What can I do?

Member Avatar for lucyoscar
1
425
Member Avatar for talhacharagh

I was trying to make an app On Android Studio. During the making of the app on Android studio, it gives an error. The error was about the Gradle bundle failing. I neglected this error while creating. I thought this might be due to the slow process and net speed. …

Member Avatar for rproffitt
0
230
Member Avatar for sunshineboy1996
Member Avatar for rproffitt
0
58
Member Avatar for boschhydraulic

Jerseys and sportswear, more than anything else, serve as a binding force and unite players and fans. Nowadays, several people go to the games wearing the apparel of their favorite team. Especially when it comes to baseball and football, people gather in groups to stadiums, pubs, and other places in …

0
21
Member Avatar for carolwangu2002

HOW TO CREATE MARIO GAME USING C++.IT SHOULD HAVE A USECASE AND CLASS DIAGRAM ,THE PROGRAM SHOULD HAVE CLASSES ,POLYMOPHISM ,OBSTRACTION & ENCOPSULATION

Member Avatar for Dani
-1
106
Member Avatar for hapiscrap
Member Avatar for Schol-R-LEA

I've been working on the GUI portion of my [C++ Connect-N game project](https://github.com/Schol-R-LEA/ConnectN), and have gotten it to would could charitably be called a working state. However, the game AI, not to put it to finely, stinks. I was wondering if anyone here has more experience in implementing a minmax …

2
138
Member Avatar for najiawad0

I'm 11 years old and I'm absouloutly LOVE programming. I'm learning C++, but I heard that C++ is used for creating games. Where can I learn game development online for free.

Member Avatar for NehaPande
0
763
Member Avatar for vishnukumar

Good morning to all. I am Vishnu Kumar, MS (Software Engineering) graduate, fresher, 2012 passed out. And i am another one in your way with a dream to develop a game. I had gone through plenty of articles and topics (pinned in this forum too) but i find that, basic …

Member Avatar for NehaPande
0
418
Member Avatar for RC_820

I want to make a fish shooting game, but I don't know where to start maybe here friends can give me directions please help for my learning

Member Avatar for RC_820
0
293
Member Avatar for misstj555

Hi. When I was 17 years old, I played this game called White Enamel (its's more of a walkthrough then a game actually. See link: http://www.whiteenamel.com/). The website ran on Adobe Flash. So, since this technology has been discontinued, the website has gone into reconstruction. I know a new site …

Member Avatar for rproffitt
0
48
Member Avatar for You Have Been C

import javax.swing.*; import javax.swing.plaf.basic.BasicTreeUI; import java.awt.*; import java.awt.event.FocusListener; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; public class GamePanel extends JPanel implements Runnable, KeyListener{ final int originTileSize = 16; //The Size of the tiles, or grids final int scale = 3; final int tileSize = originTileSize * scale; final int screenCol = 10; final …

Member Avatar for ivy.inc.Hugh
1
298
Member Avatar for David_238

Hi i am david from philippines, im here asking for help my teacher ask us to do a system which allows monitoring and billing using vb. But the system i want to do is a token base arcade system with timer pause button add token stop time and many more …

Member Avatar for Dani
0
90
Member Avatar for bj76407

Hey guys and gals, any ideas on gaming laptops with good cooling system. Mine just melted ... :/

Member Avatar for redapplelearn
1
564
Member Avatar for mjseedsca2021
Member Avatar for ajmeel

Hello everyone, Hope you are doing , I am too much confuse to buy a gaming laptop for my younger brother, Someone suggest a website like https://pcmag.com, https://cartvela.com, and Techradar but there are too much content, I can't make a decision.

Member Avatar for Antone_1
3
4K
Member Avatar for xkngxjkrx
Member Avatar for Dani
0
35

The End.