Skip to content

Instantly share code, notes, and snippets.

View HelloRWA's full-sized avatar

HelloRWA HelloRWA

View GitHub Profile
@HelloRWA
HelloRWA / mini-ao-full-stack.md
Last active April 2, 2024 13:03
Five minutes to make an AO Full Stack App

Five minutes to make an AO Full Stack App

Video Tutorial

1. init nuxt project

npx nuxi init -t github:nuxt-ui-pro/saas ao-full-stack
pnpm i @permaweb/aoconnect @vue-macros/nuxt
@HelloRWA
HelloRWA / bot.lua
Created March 16, 2024 14:53
bot.lua for PID: KZ-KB-YIM3mnMBCCKaukEn3oIvJNhiXDFDlaAeLluLQ
-- Initializing global variables to store the latest game state and game host process.
LatestGameState = LatestGameState or nil
InAction = InAction or false -- Prevents the agent from taking multiple actions at once.
Logs = Logs or {}
colors = {
red = "\27[31m",
green = "\27[32m",
blue = "\27[34m",