SpellCast Reborn, Reimagined, Unrivaled
RuneCast is an immersive word game Discord Activity with a cyberpunk aesthetic. In active development with countless new features planned including leaderboards, competitions, achievements, and more!
This repository contains the official RuneCast landing page - a single-page site showcasing the game with a cyberpunk theme.
- 🎨 Cyberpunk Theme: Dark backgrounds with neon cyan and magenta accents
- ✨ Visual Effects: Glowing text, scanlines, grid overlays, and smooth animations
- 📱 Responsive Design: Optimized for mobile, tablet, and desktop
- ⚡ Lightweight: Pure HTML, CSS, and JavaScript - no frameworks required
- 🎯 Interactive Elements: Hover effects, smooth scrolling, and dynamic animations
- HTML5: Semantic markup with accessibility in mind
- CSS3: Modern features including Grid, Flexbox, animations, and custom properties
- Vanilla JavaScript: No dependencies, pure DOM manipulation
Simply open index.html in any modern web browser:
# Using Python's built-in server
python3 -m http.server 8000
# Or using Node.js http-server (if installed)
npx http-server
# Or just open the file directly
open index.html # macOS
start index.html # Windows
xdg-open index.html # LinuxThen navigate to http://localhost:8000 in your browser.
RuneCast/
├── index.html # Main HTML structure
├── styles.css # Cyberpunk styling and animations
├── script.js # Interactive functionality
└── README.md # This file
- Hero: Eye-catching title with glitch effect and glowing text
- About: Game description and key features (leaderboards, achievements, competitions)
- Media: Placeholder grid for screenshots and gameplay videos
- Links: Call-to-action buttons for Discord integration
- Footer: Copyright and attribution
To customize the landing page:
- Colors: Edit CSS custom properties in
:rootselector instyles.css - Content: Update text in
index.html - Effects: Adjust animations and transitions in
styles.css - Interactivity: Modify behavior in
script.js
- Chrome/Edge (latest)
- Firefox (latest)
- Safari (latest)
- Mobile browsers (iOS Safari, Chrome Mobile)
© 2024 RuneCast. All rights reserved.