Project Files
0 files
0 folders
- sounds
- sprites
- LICENSELICENSEMIT License Copyright (c) 2026 RSK World Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice...
- README-LICENSE.mdREADME-LICENSE.md# RSK World Snake Game - License Information ## Project License This Snake game is developed and maintained by RSK World and is licensed under the MIT License. ### What You Can Do ✅ Use the game for personal or commercial purposes ✅ Modify the source code ✅ Distribute copies of the game ✅ Sublicense the game ✅ Include the game in larger projects ### What You Cannot Do ...
- README.mdREADME.md# RSKWorld Snake Game 🐍 ## Game Overview A classic Snake game with modern twists, inspired by the iconic Nokia mobile game. Enjoy retro-style gameplay with enhanced features and responsive design. ## Quick Links [](https://rskworld.in/games/snake) [](https://github.com/rskworld/s...
- THIRD-PARTY-LICENSES.mdTHIRD-PARTY-LICENSES.md# Third-Party Library Licenses This Snake game uses the following third-party libraries and assets: ## Three.js (r128) **License:** MIT License **Website:** https://threejs.org/ **Copyright:** 2010-2026 three.js authors ``` Copyright (c) 2010-2026 three.js authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal ...
- apple-touch-icon.pngapple-touch-icon.pngBinary file or too large to preview
- favicon-16x16.pngfavicon-16x16.pngBinary file or too large to preview
- favicon-32x32.pngfavicon-32x32.pngBinary file or too large to preview
- favicon.icofavicon.icoBinary file or too large to preview
- index.htmlindex.htmlBinary file or too large to preview
- robots.txtrobots.txtUser-agent: * Allow: / Disallow: /admin/ Disallow: /private/ Disallow: /*.log$ Disallow: /*.tmp$ Sitemap: https://rskworld.in/sitemap.xml # Crawl-delay for better server performance Crawl-delay: 1 # Allow specific bots ...
- site.webmanifestsite.webmanifestBinary file or too large to preview
- sitemap.xmlsitemap.xml<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"> <!-- Main Snake Game Page --> <url> <loc>https://rskw...
- snake.jssnake.js$(document).ready(function() { // RSK World "Real 3D Snake" - Immersive Edition const config = { gridSize: 20, tileCount: 20, gameSpeed: 120, colors: { snakeHead: 0x22c55e, snakeBody: 0x16a34a, food: 0xef4444, ...
- style.cssstyle.css/* Full-Screen Immersive UI */ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&family=Outfit:wght@400;700&display=swap'); :root { --primary: #00f2fe; --secondary: #4facfe; --accent: #f093fb; --bg-dark: #020617; --text-main: #f8fafc; --glass: rgba(15, 23, 42, 0.6); --glass-border: rgba(255, 255, 255, 0.1); ...
Select a file from project to view its contents
Bookmarks