Bitcoin Forum
May 07, 2024, 12:35:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: How to make a bitcoin Rpg Game  (Read 907 times)
Kprawn
Legendary
*
Offline Offline

Activity: 1904
Merit: 1073


View Profile
November 14, 2017, 05:03:23 PM
 #21

Hello i would like to know how can i make a bitcoin Rpg game and in how much time i can make THANKS

It takes a lot of effort and due diligence to create not only the game, but a project around it. A lot of it depends on your own experience and what resources you have to bring to make such a game. I'll tell you this much, time is the most expensive resource.  Grin

There are also a lot of hidden costs for things like marketing and graphic design that will blow your budget. How much money

do you have to spend on this project? Do you want to go for external funding/ICOs? Will you use Bitcoin in-game as a micro

payment or will people buy game tokens to play with? Lots of things also come in play, like KYC/AML regulations, if you are

using it as a currency. {storing it or exchanging it on your platform}

THE FIRST DECENTRALIZED & PLAYER-OWNED CASINO
.EARNBET..EARN BITCOIN: DIVIDENDS
FOR-LIFETIME & MUCH MORE.
. BET WITH: BTCETHEOSLTCBCHWAXXRPBNB
.JOIN US: GITLABTWITTERTELEGRAM
1715042152
Hero Member
*
Offline Offline

Posts: 1715042152

View Profile Personal Message (Offline)

Ignore
1715042152
Reply with quote  #2

1715042152
Report to moderator
1715042152
Hero Member
*
Offline Offline

Posts: 1715042152

View Profile Personal Message (Offline)

Ignore
1715042152
Reply with quote  #2

1715042152
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715042152
Hero Member
*
Offline Offline

Posts: 1715042152

View Profile Personal Message (Offline)

Ignore
1715042152
Reply with quote  #2

1715042152
Report to moderator
TimtheYoutuber
Full Member
***
Offline Offline

Activity: 1708
Merit: 125

www.positivebetting.com


View Profile WWW
November 14, 2017, 06:24:56 PM
 #22

You will need to learn how to code/program and model. As well as integrate bitcoin or another crypto currency into the game itself, while having a good understanding of marketing and advertising to get your video game off the ground. A good rule of thumb would suggest you will go 1 year without making profits, so this is a project you would really need to be dedicated too. Often times people will buy prefabs or assets to implement in there game if they dont have the specific skill themselves, which could be expensive depending on how well the game will be. Good luck,

Positivebetting
sumair7230 (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile WWW
November 14, 2017, 07:48:43 PM
 #23

Hello i would like to know how can i make a bitcoin Rpg game and in how much time i can make THANKS

It takes a lot of effort and due diligence to create not only the game, but a project around it. A lot of it depends on your own experience and what resources you have to bring to make such a game. I'll tell you this much, time is the most expensive resource.  Grin

There are also a lot of hidden costs for things like marketing and graphic design that will blow your budget. How much money

do you have to spend on this project? Do you want to go for external funding/ICOs? Will you use Bitcoin in-game as a micro

payment or will people buy game tokens to play with? Lots of things also come in play, like KYC/AML regulations, if you are

using it as a currency. {storing it or exchanging it on your platform}

i will not do alot of designing there will be just few monsters image i have got plans for marketing , there will be no ICO , this will be a game where people earn bitcoins yes i will use bitcoin as a micro payment method, and it will be a no deposit game

http://Coinsteacher.com a simple blog for simple readers .
sumair7230 (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile WWW
November 14, 2017, 07:50:10 PM
 #24

You will need to learn how to code/program and model. As well as integrate bitcoin or another crypto currency into the game itself, while having a good understanding of marketing and advertising to get your video game off the ground. A good rule of thumb would suggest you will go 1 year without making profits, so this is a project you would really need to be dedicated too. Often times people will buy prefabs or assets to implement in there game if they dont have the specific skill themselves, which could be expensive depending on how well the game will be. Good luck,

i know those fact i am usually here to know how to make them Smiley

http://Coinsteacher.com a simple blog for simple readers .
sumair7230 (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile WWW
November 14, 2017, 07:51:40 PM
 #25

Hey sumair, you're not the first to express interest in a Bitcoin (or crypto, anyway) rpg game. I myself have played with two on this forum, both unfortunately met their demises right around the time I got very interested, so for the time being, am not going to invest much time in them. However, I would point you to one discussion in particular, as it seems to have brought together people like yourself (MMORPG discussion with crypto integration):
https://bitcointalk.org/index.php?topic=2190459.0

Maybe you can get in touch if you have something to contribute, or simply learn from there. From my experience, getting a game out is hard enough, getting people to keep playing harder... integrating Bitcoin is an added level of complexity.

As others have mentioned, I think the languages to start mastering for a browser-based RPG are PHP and MySql (for database). But that's just the coding aspect.

You probably also need a really good foundation for the game itself: business plan including business model, storyboard.


this is something on higher level i want a simple game

http://Coinsteacher.com a simple blog for simple readers .
Mi5h0
Sr. Member
****
Offline Offline

Activity: 560
Merit: 273



View Profile
November 14, 2017, 08:07:47 PM
 #26

this is something on higher level i want a simple game

The simplest way to get started is to find the source code of some free games on the net. There were a lot of them on github and similar places. I do not know at what stage they are developing now. Some projects have probably died in the meantime.
Then try to learn how they are made and whether you can use their code for your needs. But you will need at least basic knowledge of PHP programming language and understanding of MySQL database. HTML and JS are not enough because such a game requires a server component.

If you build something, call us for beta test! Smiley
sumair7230 (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile WWW
November 16, 2017, 10:04:53 AM
 #27

this is something on higher level i want a simple game

The simplest way to get started is to find the source code of some free games on the net. There were a lot of them on github and similar places. I do not know at what stage they are developing now. Some projects have probably died in the meantime.
Then try to learn how they are made and whether you can use their code for your needs. But you will need at least basic knowledge of PHP programming language and understanding of MySQL database. HTML and JS are not enough because such a game requires a server component.

If you build something, call us for beta test! Smiley


yes their are script but they dont show to integrate cryptos in the game

http://Coinsteacher.com a simple blog for simple readers .
@prashant
Hero Member
*****
Offline Offline

Activity: 896
Merit: 505


View Profile
November 16, 2017, 11:15:36 AM
 #28

There are variety of factors thats is required.first the game idea then design,which platform,which language,scope,etc.after that you can simply make a ethereum token for your game.then you can use api of different open source wallet  to built wallet system.and if you are looking built a different blockchain that would be troublesome.first the idea greatly matter as they are plent of games but your idea should be unique to attract gamers.
squareware
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
September 21, 2018, 07:44:12 AM
 #29

this is something on higher level i want a simple game

The simplest way to get started is to find the source code of some free games on the net. There were a lot of them on github and similar places. I do not know at what stage they are developing now. Some projects have probably died in the meantime.
Then try to learn how they are made and whether you can use their code for your needs. But you will need at least basic knowledge of PHP programming language and understanding of MySQL database. HTML and JS are not enough because such a game requires a server component.

If you build something, call us for beta test! Smiley


Would you like to test mine?
Crypchania.com/webrpg
nastyagav
Jr. Member
*
Offline Offline

Activity: 392
Merit: 4


View Profile
September 21, 2018, 08:27:32 PM
 #30

How - it's not known. But how much, in time - a long time)
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!