Realms of Antorax is a 2D browser-based RPG.
You can play the latest versions here: singleplayer / multiplayer [currently down]
Antorax is currently in early development, but we are working on it whenever we get a chance! All of the art and programming is done by us. Join the community Discord server to see what's coming soon!
Interested in the game's development or want to leave us a message? We have a form here 🧡
To run the game on your local machine for development, first clone the repository:
git clone https://github.com/jakethakur/antorax.git
Then install dependencies (I'm using npm, but you can use pnpm or yarn instead):
npm install
In the root directory, you can run:
npm start
Then navigate to localhost:3000 in your browser to access the game.