CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 03:39:34 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=bb4d7abda5826745046b78638aac560cbe7d3c0812089ca155cd9351c0feca43a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22kpRoiGzuIyKBKwJEtfSlU3lcvKR2sdjy%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cb54c25ad48839-BLR
Arrray Flood Fill - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Procedure floodfill(x, y)
- If a_MAPDATA(x, y) <> blnkchar
- ProcedureReturn 0
- EndIf
- If a_MAPDATA(x,y) = blnkchar
- rnd = Random(rancharsel)
- rnd = rnd - 1
- If rnd < 0
- rnd = 0
- EndIf
- a_MAPDATA(x, y) = a_RNDCHARS(rnd)
- EndIf
- If x > 0 ; fill left
- floodfill(x - 1, y)
- EndIf
- If y > 0 ; fill up
- floodfill(x, y - 1)
- EndIf
- If x < mcw ; fill right
- floodfill(x + 1, y)
- EndIf
- If y < mch ; fill down
- floodfill(x, y + 1)
- EndIf
- EndProcedure
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 11 sec ago | 0.10 KB
-
⭐⭐⭐Exchange Exploit T I⭐⭐
Java | 23 sec ago | 0.10 KB
-
⭐⭐⭐Instant Profit Method⭐⭐
Java | 35 sec ago | 0.10 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ V
JavaScript | 36 sec ago | 0.24 KB
-
⭐⭐⭐Exchange Exploit T 3⭐⭐
Java | 46 sec ago | 0.10 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ X
JavaScript | 48 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ W
JavaScript | 59 sec ago | 0.24 KB
-
⭐⭐⭐Profit Method⭐⭐
Java | 1 min ago | 0.10 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand