+ 44

[OFFICIAL] ๐ŸŒธ๐ŸŒž Spring Coding Challenge! ๐ŸŒž๐ŸŒธ

Get ready to bloom with creativity! ๐Ÿ’ปโœจ Join our Spring Coding Challenge and bring the season to life with code! ๐ŸŒฟ๐ŸŒท ๐ŸŽฏ Challenge: Create a fun, festive, and spring-themed code! Think about themes like: - Springtime creatures โ€“ bees, butterflies, birds, bunnies - Festivals & traditions โ€“ Easter, Holi, Nowruz, spring cleaning - Outdoor adventures โ€“ picnics, hiking, planting, flying kites You can interpret the theme in your own unique way โ€“ the more original, the better! ๐ŸŒผ๐Ÿ๐ŸŒฆ๏ธ ๐Ÿ† Rewards: Win Sololearn PRO/MAX, Bits ๐ŸŸช, and XP! ๐ŸŽ ๐Ÿ“… Post your code: April 11โ€“17, 2025 ๐Ÿ“Œ Where? Make your code public & drop the link in the comments of this post! โœ… One entry per user โ€“ give it your best shot! Keep it original and unique. ๐ŸŒŸ Our Springtime Review Committee will be looking for creativity, originality, and a touch of seasonal magic! โœจ Letโ€™s code with the energy of spring! ๐ŸŒฟ๐Ÿฆ๐Ÿ’ป โฃโฃโฃ Please share only the links to your codes in the answers to this post. All unrelated answers will be removed to avoid confusion. Thank you so much for your supporting words!

11th Apr 2025, 5:48 AM
Sololearn
Sololearn - avatar
13 Answers
+ 7
Besides flowers, Spring brings forth a different kind of bloom: Bugs! Here is a wriggling, glitchy retro arcade game demo that is full of them! Watch as the digital bugs crawl their way through mushrooms and a snake defends its territory! It's Centipede, the 1980 Atari arcade game, made to run on an old ASCII video terminal (VT). Though you can't play this version, you can watch the heuristic player attempt it. The logic is fully functional and dynamic, so every run is different. https://sololearn.com/compiler-playground/WbXc7RWeBlHm/?ref=app
14th Apr 2025, 6:09 AM
Brian
Brian - avatar
+ 4
https://sololearn.com/compiler-playground/WNqze86Ku70c/?ref=app
13th Apr 2025, 4:52 AM
Pablo๐Ÿš€
Pablo๐Ÿš€ - avatar
12th Apr 2025, 10:45 AM
`แดดแต—แต—แ‹จ
`แดดแต—แต—แ‹จ - avatar
+ 3
https://sololearn.com/compiler-playground/Wtk0k6rV3Fhl/?ref=app
12th Apr 2025, 3:34 PM
CupCake
CupCake - avatar
+ 3
Sameer Patra please don't spam ... 2nd time Please use a web development code-bit to paste YOUR code not someone else's code-bit
13th Apr 2025, 5:04 PM
BroFar
BroFar - avatar
+ 3
https://sololearn.com/compiler-playground/Wc29A6l2J3vk/?ref=app Here is hyper realistic stimulation of spring with 3d interactive and responsive element include butterfly ๐Ÿฆ‹, flower, particles and shadow looks amazing with lofi calm song.. I hope you like it. Thank you very much to give us a chance to code like this..
14th Apr 2025, 9:15 PM
Abhishek Tyagi
Abhishek Tyagi - avatar
13th Apr 2025, 2:52 PM
Boukarรฉ MAIGA
Boukarรฉ MAIGA - avatar
14th Apr 2025, 5:18 AM
Ushasi Bhattacharya
+ 1
https://sololearn.com/compiler-playground/cPpp3Vby89Xw/?ref=app Check my github pls! Full code on my github! https://github.com/YanniszY/PlantClick
12th Apr 2025, 9:01 PM
Yyzxicc
Yyzxicc - avatar
+ 1
https://sololearn.com/compiler-playground/WAutKzA1EO04/?ref=app
14th Apr 2025, 8:54 AM
Penguin Coder ๐Ÿง
Penguin Coder  ๐Ÿง - avatar
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Spring Adventure Logo</title> <style> body { margin: 0; padding: 0; background: linear-gradient(to bottom right, #a8e6cf, #dcedc1); font-family: 'Segoe UI', sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; } .logo-box { background-color: #fff; padding: 40px; border-radius: 20px; box-shadow: 0 0 20px rgba(0,0,0,0.2); text-align: center; } .logo-title { font-size: 48px; color: #388e3c; font-weight: bold; letter-spacing: 2px; } .logo-tagline { font-size: 20px; color: #4caf50; margin-top: 10px; font-style: italic; } </style> </head> <body> <div class="logo-box"> <div class="logo-title">NCAST 070</div> <div class="logo-tagline">Spring Vibes | Hiking | Picnic | Adventure</div> </div> </body> </html>
14th Apr 2025, 12:23 PM
Unknown
Unknown - avatar