Looking for advice

Started by
4 comments, last by tomagocha 7 years, 11 months ago

Hello everyone!

This website is impressive and thank you for having me here.

To start off, I'm not familiar with programming nor game developing technics and softwares, and I'm looking for an advice from people who have the knowledge.

I need a software (game) which could be compatible with the website that I'm using to broadcast. I'm seeing it this way - objects falling down in the broadcast window are operated by visitors from my chat, for example, when they press key 1.

Comparing to what people trying to achieve here, it looks very simple, but I can't find direction that I should be taking in order to create such software or find a kind of specialist who could help me.

I appreciate your respond and thank you for reading.

Advertisement
So, to make sure I have your idea right... are you thinking something like "Twitch Plays Pokemon" here?

Wielder of the Sacred Wands
[Work - ArenaNet] [Epoch Language] [Scribblings]

So, to make sure I have your idea right... are you thinking something like "Twitch Plays Pokemon" here?

Yes, my website and Twitch have similar concept, the differences is that my website isn't made for gamers.

I'm a web cam performer and looking for new ways to interact with my chatroom visitors. I found varieties of web cam games in google, but they all have to be operated by player who has the camera, is what I'm looking for is to create a software which could allow people from the chat to be involved in the game too.

Sorry I'm new here, I didn't mean to give you -1 it had to be +1.

I need a software (game) which could be compatible with the website that I'm using to broadcast.

You should probably use HTML5 Canvas.

And communicate with the server for chat messages probably using AJAX.

Even take a look at Google Firebase.

I need a software (game) which could be compatible with the website that I'm using to broadcast.

You should probably use HTML5 Canvas.

And communicate with the server for chat messages probably using AJAX.

Even take a look at Google Firebase.

Thank you!

This topic is closed to new replies.

Advertisement