+ 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 Réponses
+ 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
+ 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
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