Is it possible to implement an RPG chat system in HTML5?

Asked 2 years ago, Updated 2 years ago, 113 views

Hello.

Web building with Node.js environment.

I'm going to implement a chat system, and the chatting method used in RPG games such as the Kingdom of the Wind is

I want to implement it.

The following features are required:

The setInterval() method was used to represent the moving character here.

If so, it will be redrawn, so the sentence you chatted with will also be erased and will not be displayed.

I tried to draw the character as canvas and use socket.io to implement the chat.

Is there a separate way to implement it, or please give us tips or directions.

Thank you.

html5 node.js chatting

2022-09-21 16:23

1 Answers

It's paid, but there's a source you can turn on node.js. It's good to make it yourself, but it's also very helpful to open it up.

http://codecanyon.net/item/virtualspaces-socketio-virtual-chat-room/13678953


2022-09-21 16:23

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.