Corpus Worker RPG

Status

Actions

Tip: Sleep 8h and eat twice daily to maintain efficiency.

Log

async function resetGame() { // Clear log and re-enable action buttons const log = document.getElementById('log'); log.innerHTML = ''; for (const btn of document.querySelectorAll('button[data-action]')) btn.disabled = false; await doAction('reset'); await doAction('start'); }

State