初学者总数 - 需要一些基本的帮助 [英] Total beginner - need some basic help

查看:79
本文介绍了初学者总数 - 需要一些基本的帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我不熟悉编码。我对Java有非常基本的了解,但不是很多。我想创建一个应用程序,允许你与其他用户竞争基于rng的'战斗'我想你可以称之为。



我不想要这个应用程序是一个游戏,所以我不需要它有任何游戏循环或精灵或任何类似的游戏。



我的问题是编写此代码的最佳语言是什么?我想开始学习这样一个项目所需的语言,以便将来可以做到。这个应用程序最终将用于Android和iOS用户,但我只是从android开始。



那么我应该开始学习什么语言,什么是最好的IDE用于开始这个过程?





PS我不知道这是否是正确的发布地点,但如果是请不要指引我到正确的论坛:)



谢谢。



我有什么尝试过:



在谷歌上查找东西,但我找到了很多不同的答案,我不知道该相信什么。

Hi everyone,

I am new to coding. I have very basic knowledge of Java but not much else. I am wanting to create an app that allows you to compete against other users with rng based 'combat' I guess you could call it.

I don't want this app to be a game, so I don't need it to have any game loops or sprites or anything gamelike.

My question is what is the best language to code this in? I want to start learning whatever language is needed for a project like this so I can do it in the future. This app will be eventually be for android and iOS users but I will just be starting with android.

So what language should I start learning, and what is the best IDE to use for the start of this process?


PS I do not know if this is the correct place to post but if it is not please direct me to the correct forum :)

Thanks.

What I have tried:

Looking up things on Google but I find so many different answers I'm not sure what to believe.

推荐答案

引用:

我不希望这个应用程序成为游戏,所以我不需要它有任何游戏循环或精灵或任何游戏般的东西。

I don't want this app to be a game, so I don't need it to have any game loops or sprites or anything gamelike.



嗯...与其他玩家竞争被称为游戏。



是的,你需要一个游戏循环,除非你的游戏对每个玩家来说只是一个回合。游戏循环与图形或渲染无关。它与维持游戏状态有关,直到确定了残局结果。游戏循环可以慢到每个用户转1帧,等待用户输入,或者尽可能快地停止并等待输入。



任何语言可以用来编码。


Ummm...competing against other players is called a "game".

Yes, you DO need a game loop unless your game is only going to be a single turn for each player. A game loop has nothing to do with graphics or rendering. It has to do with maintaining game state until an endgame outcome is determined. Game loops can be as slow as 1 "frame" per user turn, waiting for user input, or as fast as possible without stopping and waiting for input.

ANY language can be used to code this.


这篇关于初学者总数 - 需要一些基本的帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆