Discuss: 2026 में AI से गेम कैसे बनाएं (कोडिंग की जरूरत नहीं)
A discussion for 2026 में AI से गेम कैसे बनाएं (कोडिंग की जरूरत नहीं).
Read it, then share what you think, ask a question, or add something the piece missed. 👇
Reply from Rahul Pawar
BattleRoyale/ │── MainMenu │── Lobby │── GameMap │── Player │── Weapons │── Vehicles │── Inventory │── SafeZone │── Multiplayer │── UI └── Settingsusing UnityEngine;
public class PlayerController : MonoBehaviour { public float speed = 6f;
void Update()
{
float h = Input.GetAxis("Horizontal");
float v = Input.GetAxis("Vertical");
Vector3 move = new Vector3(h, 0, v);
transform.Translate(move * speed * Time.deltaTime);
}
}
Reply from [email protected]
ऐसा गेम बनाना है जिसमें बंदा खुद ही ट्रेन अपने आप फैसला ले सके
Reply from [email protected]
प्रोक्सी सर्वर एडवांस सर्वर
Reply from [email protected]
कोई ऐसा गेम बनाओ जिसमें कुछ भी ना हो गाड़ी हो बस के