create account

The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS. by web-gnar

View this thread on: hive.blogpeakd.comecency.com
· @web-gnar · (edited)
$8.04
The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS.
here we go again!
i am visiting my friend dave and he showed me an art project hes working on in unity. hes just learning but hes really good at blender. 

i saw what he was making and thought i could make it in threeJS in a couple nights.

That ended up to be true!


![Screenshot 2025-07-01 at 5.50.34 PM.png](https://files.peakd.com/file/peakd-hive/web-gnar/23wWyKEh3UuuDdb5c1ZjQ8YDKcDeMQzjQGe54Y1bzwqe2tp6dpteEGBXtcRh2Cf7YmEgh.png)

its an art game where the player drops colored cards onto the ground and then prints an order form for the number of each color card they dropped.


![Screenshot 2025-06-30 at 11.08.11 PM.png](https://files.peakd.com/file/peakd-hive/web-gnar/EogG6JbLrwehpjVeGthzuTbGBrHxEaM2JJCkKtp8dfXoWow6YcBRmtVpQWxaCVrKMz8.png)

there is no object to the game, which is what i enjoyed most about it.

the process of making the game involved adding UI elements, and making the physics work right.

there was a time when i messed up the physics and had to re-do a bunch of stuff, on a version that dave had, where he got the physics working.

we are now synched up on github and everything works. we even get the cards to "fall asleep" which is the most optimization we could figure out to do.


![Screenshot 2025-07-01 at 7.07.11 PM.png](https://files.peakd.com/file/peakd-hive/web-gnar/23w2o6BhS88U4Ah7g9d6aHbjBMoPRnwEyh1KAkTwLRSGFBFoHCyygMHBQvgfNM4s5j3md.png)


before, we were having issues with the cards clipping when i tried optimization techniques used in blender that did not work with the CANNON physics framework we used in this.


![Screenshot 2025-07-02 at 1.03.33 AM.png](https://files.peakd.com/file/peakd-hive/web-gnar/243g5EPjGAPTTqFmC742Hry721tRBXPf6wTU9YJK7RPjbNWL9zQX4zZb8sr5wvs1WDMDk.png)

the "paintings" that were made when the cards intersected look different from how they do now, when the phycis work and the cards dont intersect.


![Screenshot 2025-07-01 at 9.50.35 PM.png](https://files.peakd.com/file/peakd-hive/web-gnar/243g5XGVpvmtoCofusFDntUijMBtwAbrh1ngsXHN1EFnTF6Z1nCWhLuNH9nHFs96qMrA4.png)



![Screenshot 2025-07-02 at 12.05.46 PM.png](https://files.peakd.com/file/peakd-hive/web-gnar/242DbjgyWztAswyGE8bKtLoarT7jUqCQf98VoXZ7uyVbGZELKZjASAmL1VXiKxuBrmzGR.png)


<h1>try out the game</h1>
https://color-aid-painter.vercel.app/

<h1>more pictures:</h1>


![Screenshot 2025-07-01 at 5.51.32 PM.png](https://files.peakd.com/file/peakd-hive/web-gnar/23tmWTX3MLe2Rp8xKxwXU23hvgmjWSHVbJ3QBADZM3uHQ3HKVD5kguhS7UMH3nxiuU4Lc.png)


![Screenshot 2025-07-01 at 5.51.16 PM.png](https://files.peakd.com/file/peakd-hive/web-gnar/23uQpei7nkcnFuR34wGUJES6Q6NLs3NGcXyugsWARs9BDZAJdPLkiHeR6KMt2efSZSpzj.png)


![Screenshot 2025-07-01 at 5.50.54 PM.png](https://files.peakd.com/file/peakd-hive/web-gnar/23vhuajnV83PtxNEeiU9AcarrQVHUuCMEGU6GaoWGZ3x6R2Mp9vKRVPSbej8FgCWacNec.png)




![Screenshot 2025-07-02 at 7.51.25 PM.png](https://files.peakd.com/file/peakd-hive/web-gnar/23w2uUjuYtANjmfsQXbDuLoKHBbyvVpr8GFZbZXFWPWANhsBQfHApt2iZGaALG5qMeGaS.png)



![Screenshot 2025-07-02 at 6.42.13 PM.png](https://files.peakd.com/file/peakd-hive/web-gnar/23ydJpmYygwtdmn3is39BYWxHFck4pgFJgsifoVug2XBUdgbjHLRMjk8LTkcJ79m3beTr.png)



![Screenshot 2025-07-02 at 6.40.49 PM.png](https://files.peakd.com/file/peakd-hive/web-gnar/Eokee6HkHPu2rpwkvGa8G9hyseFHU5hD2kHSumNEGahAcaosHTKAVVMKdgK5JaxoymF.png)


i enjoyed making this art game with my friend. 

https://www.youtube.com/watch?v=aBvnaTjZwSY

i taught him all about coding, github and how powerful javascript is. he told me this opens a lot of creative doors for him. thats cool. i also learned a lot about making a threeJS game from scratch.

This took two days of working full time on it, or more than 8 hours a day. but i like collabing on software with friends, its fun. 

Artist Statement under development.

```
ColorAid-Main/
  ├── public/                # Static assets (images, PDF template)
  ├── src/
  │   ├── main.js            # Main application logic
  │   ├── ColorPicker.js     # Custom color picker UI
  │   ├── colors.js          # Color definitions
  │   ├── colors_group_mapping.json # Color groupings
  │   ├── SceneScreenshotExporter.js # Screenshot/PDF export logic
  │   └── color_names.txt    # List of color names
  ├── index.html
  ├── package.json
  └── ...

```

👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 240 others
properties (23)
authorweb-gnar
permlinkthe-color-aid-painter-game-created-in-two-days-uysing-cursor-and-threejs
categoryhive-122422
json_metadata{"app":"peakd/2025.6.4","format":"markdown","image":["https://files.peakd.com/file/peakd-hive/web-gnar/23wWyKEh3UuuDdb5c1ZjQ8YDKcDeMQzjQGe54Y1bzwqe2tp6dpteEGBXtcRh2Cf7YmEgh.png","https://files.peakd.com/file/peakd-hive/web-gnar/EogG6JbLrwehpjVeGthzuTbGBrHxEaM2JJCkKtp8dfXoWow6YcBRmtVpQWxaCVrKMz8.png","https://files.peakd.com/file/peakd-hive/web-gnar/23w2o6BhS88U4Ah7g9d6aHbjBMoPRnwEyh1KAkTwLRSGFBFoHCyygMHBQvgfNM4s5j3md.png","https://files.peakd.com/file/peakd-hive/web-gnar/243g5EPjGAPTTqFmC742Hry721tRBXPf6wTU9YJK7RPjbNWL9zQX4zZb8sr5wvs1WDMDk.png","https://files.peakd.com/file/peakd-hive/web-gnar/243g5XGVpvmtoCofusFDntUijMBtwAbrh1ngsXHN1EFnTF6Z1nCWhLuNH9nHFs96qMrA4.png","https://files.peakd.com/file/peakd-hive/web-gnar/242DbjgyWztAswyGE8bKtLoarT7jUqCQf98VoXZ7uyVbGZELKZjASAmL1VXiKxuBrmzGR.png","https://files.peakd.com/file/peakd-hive/web-gnar/23tmWTX3MLe2Rp8xKxwXU23hvgmjWSHVbJ3QBADZM3uHQ3HKVD5kguhS7UMH3nxiuU4Lc.png","https://files.peakd.com/file/peakd-hive/web-gnar/23uQpei7nkcnFuR34wGUJES6Q6NLs3NGcXyugsWARs9BDZAJdPLkiHeR6KMt2efSZSpzj.png","https://files.peakd.com/file/peakd-hive/web-gnar/23vhuajnV83PtxNEeiU9AcarrQVHUuCMEGU6GaoWGZ3x6R2Mp9vKRVPSbej8FgCWacNec.png","https://files.peakd.com/file/peakd-hive/web-gnar/23w2uUjuYtANjmfsQXbDuLoKHBbyvVpr8GFZbZXFWPWANhsBQfHApt2iZGaALG5qMeGaS.png","https://files.peakd.com/file/peakd-hive/web-gnar/23ydJpmYygwtdmn3is39BYWxHFck4pgFJgsifoVug2XBUdgbjHLRMjk8LTkcJ79m3beTr.png","https://files.peakd.com/file/peakd-hive/web-gnar/Eokee6HkHPu2rpwkvGa8G9hyseFHU5hD2kHSumNEGahAcaosHTKAVVMKdgK5JaxoymF.png"],"links":["https://www.youtube.com/watch?v=aBvnaTjZwSY"],"tags":["threejs","crusor","coloraid","colortheory","art","digitalart","javascript","vibecoding","gamedev","painting"],"users":[]}
created2025-07-03 05:03:33
last_update2025-07-03 16:02:12
depth0
children28
last_payout2025-07-10 05:03:33
cashout_time1969-12-31 23:59:59
total_payout_value4.039 HBD
curator_payout_value4.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,272
author_reputation166,034,377,457,100
root_title"The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS. "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id143,724,299
net_rshares26,040,867,656,902
author_curate_reward""
vote details (304)
@blessskateshop ·
$0.12
This is crazy bro!! So relaxing


![coloraid-screenshot-1751915716159.png](https://files.peakd.com/file/peakd-hive/blessskateshop/23wN1fF8VbAY8P7mMLXCQsMo9TmCCnJLHyALnP9mXvcobVNiAm7mBLeFcN2UKBt2AgvHR.png)
👍  
properties (23)
authorblessskateshop
permlinkre-web-gnar-sz1neh
categoryhive-122422
json_metadata{"tags":["hive-122422"],"app":"peakd/2025.6.4","image":["https://files.peakd.com/file/peakd-hive/blessskateshop/23wN1fF8VbAY8P7mMLXCQsMo9TmCCnJLHyALnP9mXvcobVNiAm7mBLeFcN2UKBt2AgvHR.png"],"users":[]}
created2025-07-07 19:27:33
last_update2025-07-07 19:27:33
depth1
children0
last_payout1969-12-31 23:59:59
cashout_time2025-07-14 19:27:33
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.120 HBD
promoted0.000 HBD
body_length205
author_reputation47,032,854,699,672
root_title"The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS. "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id143,838,337
net_rshares396,851,433,659
author_curate_reward""
vote details (1)
@darkflame ·
$0.05
This looks fun!
👍  
properties (23)
authordarkflame
permlinkre-web-gnar-syxp4a
categoryhive-122422
json_metadata{"tags":["hive-122422"],"app":"peakd/2025.6.4","image":[],"users":[]}
created2025-07-05 16:14:36
last_update2025-07-05 16:14:36
depth1
children17
last_payout1969-12-31 23:59:59
cashout_time2025-07-12 16:14:36
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.049 HBD
promoted0.000 HBD
body_length15
author_reputation91,050,074,910,798
root_title"The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS. "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id143,770,158
net_rshares163,773,111,924
author_curate_reward""
vote details (1)
@darkflame ·
$0.13
Beautiful!
![image.png](https://files.peakd.com/file/peakd-hive/darkflame/23zbnreYaRUuuz1ZDGYaa9QrUm78wBma33gxF344mhQbiF9Y3uDesDV135WNqJtZXFRRP.png)
👍  
properties (23)
authordarkflame
permlinkre-darkflame-syxp6p
categoryhive-122422
json_metadata{"tags":["hive-122422"],"app":"peakd/2025.6.4"}
created2025-07-05 16:16:03
last_update2025-07-05 16:16:03
depth2
children4
last_payout1969-12-31 23:59:59
cashout_time2025-07-12 16:16:03
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.128 HBD
promoted0.000 HBD
body_length149
author_reputation91,050,074,910,798
root_title"The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS. "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id143,770,200
net_rshares421,570,020,487
author_curate_reward""
vote details (1)
@darkflame ·
$0.13
Hive block!

![image.png](https://files.peakd.com/file/peakd-hive/darkflame/EnWPEv4xetg5MGBhBekbeQDHSc6yxHeZWZhwNAszVHztTyahexaU2EnNp38uAXUwqBM.png)
👍  
properties (23)
authordarkflame
permlinkre-darkflame-syxp9n
categoryhive-122422
json_metadata{"tags":["hive-122422"],"app":"peakd/2025.6.4"}
created2025-07-05 16:17:48
last_update2025-07-05 16:17:48
depth3
children3
last_payout1969-12-31 23:59:59
cashout_time2025-07-12 16:17:48
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.127 HBD
promoted0.000 HBD
body_length149
author_reputation91,050,074,910,798
root_title"The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS. "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id143,770,258
net_rshares417,363,004,069
author_curate_reward""
vote details (1)
@darkflame ·
$0.13
I love it! Mountains


![image.png](https://files.peakd.com/file/peakd-hive/darkflame/242s5hSibUCqw7u72LGw6FiSkDJwqbnrgakq53JWijhxq6T4Nmy1dKQSomdk2KL3BMT92.png)
👍  
properties (23)
authordarkflame
permlinkre-darkflame-syxpe8
categoryhive-122422
json_metadata{"tags":["hive-122422"],"app":"peakd/2025.6.4"}
created2025-07-05 16:20:36
last_update2025-07-05 16:20:36
depth2
children1
last_payout1969-12-31 23:59:59
cashout_time2025-07-12 16:20:36
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.126 HBD
promoted0.000 HBD
body_length161
author_reputation91,050,074,910,798
root_title"The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS. "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id143,770,344
net_rshares413,207,241,602
author_curate_reward""
vote details (1)
@web-gnar ·
$0.09
oh man. i love it. thanks for playing and sharing these shots yo
👍  
properties (23)
authorweb-gnar
permlinkre-darkflame-syxve4
categoryhive-122422
json_metadata{"tags":["hive-122422"],"app":"peakd/2025.6.4","image":[],"users":[]}
created2025-07-05 18:30:06
last_update2025-07-05 18:30:06
depth3
children0
last_payout1969-12-31 23:59:59
cashout_time2025-07-12 18:30:06
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.094 HBD
promoted0.000 HBD
body_length64
author_reputation166,034,377,457,100
root_title"The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS. "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id143,774,516
net_rshares309,396,161,216
author_curate_reward""
vote details (1)
@web-gnar ·
play it
properties (22)
authorweb-gnar
permlinkre-darkflame-syxutu
categoryhive-122422
json_metadata{"tags":["hive-122422"],"app":"peakd/2025.6.4","image":[],"users":[]}
created2025-07-05 18:17:54
last_update2025-07-05 18:17:54
depth2
children9
last_payout1969-12-31 23:59:59
cashout_time2025-07-12 18:17:54
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation166,034,377,457,100
root_title"The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS. "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id143,774,130
net_rshares0
@darkflame ·
$0.25
I did! And shared on FB, check out my first 3 works!
https://peakd.com/hive-122422/@darkflame/re-darkflame-syxp6p
https://peakd.com/hive-122422/@darkflame/re-darkflame-syxp9n
https://peakd.com/hive-122422/@darkflame/re-darkflame-syxpe8
👍  
properties (23)
authordarkflame
permlinkre-web-gnar-syxv01
categoryhive-122422
json_metadata{"tags":["hive-122422"],"app":"peakd/2025.6.4"}
created2025-07-05 18:21:39
last_update2025-07-05 18:21:39
depth3
children8
last_payout1969-12-31 23:59:59
cashout_time2025-07-12 18:21:39
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.249 HBD
promoted0.000 HBD
body_length235
author_reputation91,050,074,910,798
root_title"The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS. "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id143,774,256
net_rshares818,327,911,387
author_curate_reward""
vote details (1)
@joaoparmagnani ·
$0.22
so nice g. keep pushing. we love art! 
👍  
properties (23)
authorjoaoparmagnani
permlinkre-web-gnar-sz1rsc
categoryhive-122422
json_metadata{"tags":["hive-122422"],"app":"peakd/2025.6.4","image":[],"users":[]}
created2025-07-07 21:02:39
last_update2025-07-07 21:02:39
depth1
children0
last_payout1969-12-31 23:59:59
cashout_time2025-07-14 21:02:39
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.218 HBD
promoted0.000 HBD
body_length38
author_reputation90,699,774,371,038
root_title"The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS. "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id143,840,564
net_rshares714,105,412,641
author_curate_reward""
vote details (1)
@knowhow92 ·
$0.27
This is cool! Somehow calming to be honest!


![coloraid-screenshot-1751780743761.png](https://files.peakd.com/file/peakd-hive/knowhow92/23xf2ozjkz9uoqZxsJWd8DzrrUvuCSHtkYuU8FPoRvHDWkmfcjN6gJc7pwnnCguwzgeYF.png)
👍  
properties (23)
authorknowhow92
permlinkre-web-gnar-syyqp1
categoryhive-122422
json_metadata{"tags":["hive-122422"],"app":"peakd/2025.6.4","image":["https://files.peakd.com/file/peakd-hive/knowhow92/23xf2ozjkz9uoqZxsJWd8DzrrUvuCSHtkYuU8FPoRvHDWkmfcjN6gJc7pwnnCguwzgeYF.png"],"users":[]}
created2025-07-06 05:46:15
last_update2025-07-06 05:46:15
depth1
children1
last_payout1969-12-31 23:59:59
cashout_time2025-07-13 05:46:15
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.266 HBD
promoted0.000 HBD
body_length212
author_reputation971,472,740,766,904
root_title"The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS. "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id143,784,206
net_rshares879,741,462,160
author_curate_reward""
vote details (1)
@web-gnar ·
thats awesome
properties (22)
authorweb-gnar
permlinkre-knowhow92-syzoyt
categoryhive-122422
json_metadata{"tags":["hive-122422"],"app":"peakd/2025.6.4","image":[],"users":[]}
created2025-07-06 18:06:30
last_update2025-07-06 18:06:30
depth2
children0
last_payout1969-12-31 23:59:59
cashout_time2025-07-13 18:06:30
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation166,034,377,457,100
root_title"The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS. "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id143,795,153
net_rshares0
@rama-dev ·
$0.18
Cool idea! i felt like on those art programs that the host uses a lot of random stuff to create something awesome when you see it from above haha

It would be cool to have some button to delete cards!
👍  ,
properties (23)
authorrama-dev
permlinkre-web-gnar-syxc45
categoryhive-122422
json_metadata{"tags":["hive-122422"],"app":"peakd/2025.6.4","image":[],"users":[]}
created2025-07-05 11:33:42
last_update2025-07-05 11:33:42
depth1
children3
last_payout1969-12-31 23:59:59
cashout_time2025-07-12 11:33:42
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.177 HBD
promoted0.000 HBD
body_length200
author_reputation2,929,614,633,023
root_title"The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS. "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id143,765,154
net_rshares582,585,698,773
author_curate_reward""
vote details (2)
@web-gnar ·
$0.00
that would be a good idea. like raycast a mouseclick onto one of the cards and it deletes. and then have an eraser button you can click to change the mouse pointer to an eraser
👍  
properties (23)
authorweb-gnar
permlinkre-rama-dev-syxuwt
categoryhive-122422
json_metadata{"tags":["hive-122422"],"app":"peakd/2025.6.4","image":[],"users":[]}
created2025-07-05 18:19:42
last_update2025-07-05 18:19:42
depth2
children2
last_payout1969-12-31 23:59:59
cashout_time2025-07-12 18:19:42
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.003 HBD
promoted0.000 HBD
body_length176
author_reputation166,034,377,457,100
root_title"The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS. "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id143,774,195
net_rshares11,256,466,978
author_curate_reward""
vote details (1)
@rama-dev ·
$0.25
Yeah! That would be awesome
👍  
properties (23)
authorrama-dev
permlinkre-web-gnar-syzea3
categoryhive-122422
json_metadata{"tags":["hive-122422"],"app":"peakd/2025.6.4","image":[],"users":[]}
created2025-07-06 14:15:39
last_update2025-07-06 14:15:39
depth3
children1
last_payout1969-12-31 23:59:59
cashout_time2025-07-13 14:15:39
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.247 HBD
promoted0.000 HBD
body_length27
author_reputation2,929,614,633,023
root_title"The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS. "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id143,790,406
net_rshares814,391,522,194
author_curate_reward""
vote details (1)
@ryosai ·
$0.10
vernice
![coloraid-screenshot-1751846999096.png](https://files.peakd.com/file/peakd-hive/ryosai/23wXQYFd5tVWsEs2RwVds7TdFXFP9BNWNRUTSEhHcatSMJBq9SyUMTFH5h83k4CLJDMj3.png)
👍  
properties (23)
authorryosai
permlinkre-web-gnar-sz05vh
categoryhive-122422
json_metadata{"tags":["hive-122422"],"app":"peakd/2025.6.4","image":["https://files.peakd.com/file/peakd-hive/ryosai/23wXQYFd5tVWsEs2RwVds7TdFXFP9BNWNRUTSEhHcatSMJBq9SyUMTFH5h83k4CLJDMj3.png"],"users":[]}
created2025-07-07 00:11:42
last_update2025-07-07 00:11:42
depth1
children0
last_payout1969-12-31 23:59:59
cashout_time2025-07-14 00:11:42
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.103 HBD
promoted0.000 HBD
body_length171
author_reputation26,528,776,441,200
root_title"The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS. "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id143,807,691
net_rshares345,918,361,517
author_curate_reward""
vote details (1)
@web-gnar ·
![Screenshot 2025-07-06 at 1.44.54 AM.png](https://files.peakd.com/file/peakd-hive/web-gnar/23yTzctzDouy4fPtb6YJxYvagsvEfMLFSHzP8Picbun9mR8ZNAntcA2XzBS88fS23nkYV.png)

![Screenshot 2025-07-06 at 1.25.51 AM.png](https://files.peakd.com/file/peakd-hive/web-gnar/243WqDLAp4BEzxY5F3xDKwViSSUVBAq7fwbQhMeGUkR8TnogVxbMc1TiNbkxDdZmD6oD2.png)

![Screenshot 2025-07-06 at 1.00.54 AM.png](https://files.peakd.com/file/peakd-hive/web-gnar/24248EpZyC5a2y934qAJuNzaVJ69kUK63yk95zgSQN2H9pVu1eo2peTvyYHhGFz1gCh1k.png)

![Screenshot 2025-07-06 at 12.59.52 AM.png](https://files.peakd.com/file/peakd-hive/web-gnar/23wgchmFsskGuLqmXB59KtKAJB6suRVJPe43LVD86dwbZBRaAKL5yyFpDepKRjDBkJZB7.png)
properties (22)
authorweb-gnar
permlinkre-web-gnar-sz1oku
categoryhive-122422
json_metadata{"tags":["hive-122422"],"app":"peakd/2025.6.4","image":["https://files.peakd.com/file/peakd-hive/web-gnar/23yTzctzDouy4fPtb6YJxYvagsvEfMLFSHzP8Picbun9mR8ZNAntcA2XzBS88fS23nkYV.png","https://files.peakd.com/file/peakd-hive/web-gnar/243WqDLAp4BEzxY5F3xDKwViSSUVBAq7fwbQhMeGUkR8TnogVxbMc1TiNbkxDdZmD6oD2.png","https://files.peakd.com/file/peakd-hive/web-gnar/24248EpZyC5a2y934qAJuNzaVJ69kUK63yk95zgSQN2H9pVu1eo2peTvyYHhGFz1gCh1k.png","https://files.peakd.com/file/peakd-hive/web-gnar/23wgchmFsskGuLqmXB59KtKAJB6suRVJPe43LVD86dwbZBRaAKL5yyFpDepKRjDBkJZB7.png"],"users":[]}
created2025-07-07 19:53:24
last_update2025-07-07 19:53:24
depth1
children0
last_payout1969-12-31 23:59:59
cashout_time2025-07-14 19:53:24
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length673
author_reputation166,034,377,457,100
root_title"The COLOR AID PAINTER game! - Created in Two Days using Cursor and ThreeJS. "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id143,838,694
net_rshares0