MisterFixx / gist:6c0f6bec9e5345d59f393b6c91e63db8
0 gustos
0 bifurcaciones
1 archivos
Última actividad
1 | gemma3:27b - Today at 6:28 PM |
2 | |
3 | BlobScape: Real-Time MMO with RuneScape-Inspired Skills |
4 | |
5 | Concept: BlobScape combines the simple, addictive gameplay of agar.io with a depth of progression inspired by RuneScape. Players control growing blobs, competing for mass and dominance in a persistent, shared world. Instead of just eating smaller blobs, players can skill their blobs, giving them unique abilities, buffs, and strategic advantages. |
6 | |
7 | I. Core Gameplay - The Blob Life |
8 | |
9 | Movement: WASD or touch controls. Simple, responsive movement is paramount. |
10 | Eating: Players start as small blobs. They gain mass by consuming: |
MisterFixx / gist:33068bdcf6e84714942acf7d9a168a2e
0 gustos
0 bifurcaciones
1 archivos
Última actividad
1 | For a real-time web chat app with authentication, user roles, and persistent data, here’s how Redis and PostgreSQL compare — and what I’d recommend: |
2 | 🔧 Use Case Breakdown |
3 | |
4 | Your app has: |
5 | |
6 | Real-time chat (low-latency message delivery) |
7 | |
8 | Users and roles (persistent relational data) |
9 | |
10 | Authentication (secure, durable, auditable) |
MisterFixx / Delete all cloudflare IP access rules
0 gustos
0 bifurcaciones
1 archivos
Última actividad
1 | import axios from 'axios'; |
2 | import pLimit from 'p-limit'; |
3 | const CONCURRENCY_LIMIT = 2; // setting this to any higher value will make cloudflare block you for 5 minutes |
4 | |
5 | const api = axios.create({ |
6 | baseURL: 'https://api.cloudflare.com/client/v4', |
7 | headers: { |
8 | "X-Auth-Email": "deez", |
9 | "X-Auth-Key": "peter_griffin", |
10 | "Content-Type": "application/json" |
Siguiente
Anterior