๐ŸŽฎ Turn Forge Game API

โœ… API is running successfully!
๐ŸŒ Environment: production
๐Ÿ“… Deployed: 2025-12-12T16:15:02.924Z
๐Ÿ”— Worker URL: https://api.turnforge.com/

๐Ÿ”— Available Endpoints

๐Ÿงช Quick Test

Test the API health:

curl https://api.turnforge.com/health

Test WebSocket connection (browser console):

const ws = new WebSocket('wss://api.turnforge.com/room/test');
ws.onopen = () => console.log('โœ… Connected');
ws.onerror = (e) => console.error('โŒ Error:', e);

๐Ÿ“š Documentation

For full API documentation and deployment guide, see the GitHub repository.