Anyone know javascript that could help me convert my c++ code to it

I am trying to convert my c++ code to javascript so that i can publish my game online, to anybody that knows javascript and could convert my c++ code to it, keeping similar formatting of code, please let me know, thanks.

i posted my code to http://monsterfighter.comze.com/ to anybody willing to help, please reply back if you can help, thanks!
Last edited on
Anybody who could help me please let me know, as i need some help converting this program, thanks!
closed account (18hRX9L8)
Okay, I tried it, had to combine the interfaces with the implementations.
When I tried to compile the main file, I got a lot of errors due to your structs.
Sometime you forgot to include some structs, and sometimes you messed up your references for your functions.
I couldn't fix the problems for fear of screwing up the functions and the overall game.

Good luck.
Last edited on
You need the help of Emscripten.It is an open source Cpp to JavaScript compiler that uses LLVM.
its ok if you mess it up converting it, if i get it converted to javascript, i can work from there and fix what you messed up, its just the converting it part i need to complete

any code you convert please post to my email @ bigbrother328@cox.net
Topic archived. No new replies allowed.