Dammon Burden's Project Showcase

Summary

This showcase presents a collection of web-based projects, including games, interactive simulations, and creative experiments. These projects demonstrate various web technologies and programming concepts, showcasing the evolution of ideas and implementations over time.

Simulations

Particle Simulation

An interactive particle simulation using WebGL. This project demonstrates advanced graphics programming techniques, including shader development and GPU-accelerated particle systems. Users can manipulate various parameters to create unique visual effects. Interact with the particles using your mouse, and use the configurator to adjust particle count, size, speed, and background color.

  • Version 1 - Initial release featuring a WebGL-based particle system with user-configurable parameters. This version showcases smooth particle movement, mouse interaction, and real-time parameter adjustments, providing an engaging and visually appealing simulation experience.

Cosmic Explorer Simulator

An interactive cosmic simulation that allows users to explore and manipulate a starfield with various parameters. This project demonstrates advanced canvas manipulation, performance optimization, and interactive UI elements. Use the ☰ button to show/hide controls, adjust sliders to modify the cosmic scene in real-time, and click "Randomize Settings" for new configurations.

  • Version 1 - Initial release with optimized performance, featuring customizable star fields, nebulae, and shooting stars. This version uses efficient rendering techniques and precalculated shapes to create a smooth and interactive cosmic experience.

Interactive Ecosystem Simulator

A dynamic simulation of a simple ecosystem with various organisms. This project demonstrates the interactions between creatures, food sources, and predators in a virtual environment. Users can adjust parameters to observe how different factors affect the ecosystem's balance.

  • Version 1 - Basic ecosystem simulation with creatures, food, and predators. This version introduces core concepts of population dynamics and predator-prey relationships in a visual, interactive format.

Games

Fruit Merge Game

A physics-based fruit merging game inspired by popular mobile games. This project evolves from a basic concept to a fully-featured game with enhanced graphics, sound effects, and gameplay mechanics. It demonstrates the iterative development process and the integration of various web technologies.

  • Website to use for latest version and to have full functionality! - Go here :D
  • Version 30 - Introduced a grace period and countdown system for more forgiving gameplay when fruits reach the top.
  • Version 29 - Introduced more adaptive zoom functionality, enhancing the visual experience and improving gameplay across various screen sizes.
  • Version 28 - Introduced a few more emoji options, polished up a few things, and allowed for more characters in your leaderboard name.
  • Version 27 - Introduced adaptive zoom functionality with multiple zoom-in levels, improved responsive layout, leaderboard fixes, and optimized touch controls for enhanced cross-device gameplay experience.
  • Version 26 - Better leaderboard handling. Testing haptic feedback. Theme testing. Offline mode testing.
  • Version 25 - Introduced a global leaderboard feature. Optimized for mobile devices with touch controls and added visual particle effects when merging fruits.
  • Version 24 - Introduced dynamic visual effects with pulsating fruits, a special time-limited watermelon, two-fruit preview, and refined physics.
  • Version 23 - Builds upon the solid foundation of version 21, introducing persistent high scores using localStorage and refining the user interface for score displays.
  • Version 22 - An experimental version for mobile with some simplifications.
  • Version 21 - A long-standing version with improved gameplay mechanics, visual enhancements, and optimized performance. This iteration refines the user experience and adds polish to the overall game.
  • Version 20 - Added new fruit types and refined physics.
  • Version 19 - Implemented high score tracking and UI improvements.
  • Version 18 - Enhanced collision detection and merging animations.
  • Version 17 - Optimized performance and added sound effects.
  • Version 16 - Introduced power-ups and special fruits.
  • Version 15 - Improved responsive design for mobile devices.
  • Version 14 - Added level progression and difficulty scaling.
  • Version 13 - Implemented basic game mechanics and UI.
  • Version 12 - Initial prototype with basic fruit merging.
  • Version 11 - Concept development and planning.
  • Version 10 - Early experimentation with game ideas.
  • Version 9 - Preliminary code structure and setup.
  • Version 8 - Basic game loop and rendering.
  • Version 7 - Initial physics implementation.
  • Version 6 - Fruit object creation and management.
  • Version 5 - Simple collision detection.
  • Version 4 - Basic user input handling.
  • Version 3 - Primitive scoring system.
  • Version 2 - Rudimentary game state management.
  • Version 1 - The initial prototype, featuring basic fruit merging mechanics and a simple user interface. This version laid the foundation for the game's core concept.

Fruity Merge Grid Game

Fruity Merge Grid is a grid-based puzzle game where players combine matching fruit emojis to create higher-level fruits and earn points. The game is played on a 5x5 grid, starting with two random fruits. Players click on fruits to merge them with adjacent matching fruits, progressing through a series of fruit emojis from cherries to watermelons. The goal is to achieve the highest score possible before running out of moves.

  • Version 1 - The initial prototype, featuring basic fruit merging mechanics on a grid and a simple user interface.

Mastermind Game

A classic code-breaking game with modern enhancements and variations. The project evolves from a basic implementation to include advanced features like multiplayer, customizable settings, and responsive design. It showcases the development of game logic, UI/UX improvements, and the integration of various gameplay modes.

  • Version 20 - The final polished version with all features, including advanced difficulty levels, multiplayer functionality, and a refined user interface. This version represents the culmination of the game's development process.
  • Version 19 - Added advanced difficulty levels and modes.
  • Version 18 - Implemented multiplayer functionality.
  • Version 17 - Enhanced UI and user experience.
  • Version 16 - Added sound effects and animations.
  • Version 15 - Implemented responsive design for mobile.
  • Version 14 - Added tutorial and help section.
  • Version 13 - Improved code guessing algorithm.
  • Version 12 - Added statistics tracking.
  • Version 11 - Implemented save/load game feature.
  • Version 10 - Added customizable game settings.
  • Version 9 - Improved feedback mechanism.
  • Version 8 - Added timer and time-based scoring.
  • Version 7 - Implemented basic scoring system.
  • Version 6 - Added color selection functionality.
  • Version 5 - Implemented game logic and rules.
  • Version 4 - Basic UI layout and design.
  • Version 3 - Initial game board setup.
  • Version 2 - Project structure and planning.
  • Version 1 - The initial concept development and research phase, laying out the basic structure and game rules for the Mastermind implementation.

Pong Game

A modern take on the classic Pong multiplayer game with unique twists and features. This version introduces obstacles and a dark mode for enhanced gameplay. Use the 'W' and 'S' keys for the left paddle, arrow keys for the right paddle, or touch controls on mobile devices. The game demonstrates responsive design and cross-platform compatibility.

  • Version 1 - Full-screen Pong game with dark mode and obstacles. This version reimagines the classic game with modern web technologies, offering an immersive and challenging experience.

Color Match Challenge

A fast-paced, engaging game that tests players' color perception and matching skills. This project demonstrates dynamic difficulty scaling, real-time color generation, and responsive design principles. Players must quickly identify and select the color that matches the displayed sample, with the challenge increasing as their score grows. Click or tap the matching color as fast as you can, and see how high you can score before time runs out!

  • Version 1 - Initial release featuring progressive difficulty, responsive design, and touch support. This version introduces players to an addictive color-matching game that becomes increasingly challenging, testing the limits of human color perception.

Water Experiments

This series of experiments explores dynamic water simulations using HTML5 Canvas and JavaScript. Each version builds upon the previous, adding new features and refining the visual experience.

Interactive Water Simulation

An evolving project that simulates water environments with various interactive elements. This experiment demonstrates advanced canvas manipulation, dynamic lighting, and particle systems. Click to create ripples, toggle between day and night, and adjust wave properties using the provided controls.

  • Version 10 - Enhanced water reflections, improved fish and bird animations, and refined day/night transitions. This version offers a more immersive and visually appealing experience with better performance.
  • Version 9 - Added fish swimming beneath the waves and improved the boat animation. This update brings more life to the underwater scene.
  • Version 8 - Introduced day/night toggle and sliders for wave amplitude and speed. This version allows for greater user interaction and control over the scene.
  • Version 7 - Refined cloud rendering and added a boat sailing across the scene. This update enhances the overall atmosphere of the simulation.
  • Version 6 - Implemented a multi-layered wave system and added floating objects. This version creates a more dynamic and realistic water surface.
  • Version 5 - Added interactive ripples and basic water physics. Users can now interact with the water surface by clicking.
  • Version 4 - Introduced a day/night cycle with animated celestial bodies (sun/moon). This version creates a more dynamic sky.
  • Version 3 - Improved wave animation and added simple particle effects. This update enhances the visual appeal of the water.
  • Version 2 - Implemented basic wave animation using sine functions. This version lays the foundation for the water simulation.
  • Version 1 - Initial prototype with a simple animated line representing water. This version serves as the starting point for the water experiments.

Water Particle Simulation

An advanced particle-based water simulation that explores fluid dynamics and interactive particle systems. This project demonstrates complex physics calculations, performance optimization, and user interaction with particle-based fluids. Interact with the particles using your mouse, and experiment with various settings to create unique fluid behaviors.

  • Version 3 - Comprehensive update with an extensive settings menu, allowing fine-tuned control over particle behavior, visual effects, and simulation parameters. This version introduces features such as collision detection, particle lifespan, color gradients, and various boundary behaviors, providing a highly customizable and interactive experience.
  • Version 2 - Enhanced interactivity with mouse-based particle manipulation, improved performance for handling a larger number of particles, and the addition of a reset button. This version allows users to attract or repel particles with mouse movements, creating more dynamic and engaging fluid-like behaviors.
  • Version 1 - Initial implementation of a basic particle system simulating water-like behavior. This version establishes the foundation with gravity, simple particle interactions, and basic collision handling, demonstrating the core concepts of particle-based fluid simulation.

Creative Projects

Abstract Art Generator (Version 3)

An interactive tool for creating and exploring abstract digital art. This version introduces advanced features and enhanced user interaction, allowing for more complex and customizable art generation. It demonstrates the application of generative algorithms in creating visual art.

  • Version 3 - Advanced features and enhanced user interaction. This iteration builds upon previous versions to offer a more sophisticated and versatile art generation experience.

Abstract Art Generator (Version 2)

An evolution of the abstract art generator with improved rendering capabilities. This version expands on the original concept by introducing additional art styles and more refined output. It showcases advancements in algorithmic art creation and user customization options.

  • Version 2 - Improved rendering and additional art styles. This version enhances the visual quality and diversity of the generated artwork, offering users more creative possibilities.

Abstract Art Generator (Version 1)

The initial implementation of the abstract art generator. This version lays the foundation for digital art creation with basic generation functionality and simple user controls. It introduces the concept of algorithmic art to users in an accessible format.

  • Version 1 - Basic abstract art generation functionality. This first iteration provides a starting point for exploring computer-generated abstract art, with foundational algorithms and a simple user interface.

Psychedelic Web Experience

An immersive, interactive psychedelic web page. This project creates a vibrant and dynamic visual experience, showcasing creative use of web technologies for artistic expression. It demonstrates advanced CSS animations, interactive elements, and creative coding techniques.

  • Version 1 - Colorful, animated psychedelic web experience. This version offers users a unique, interactive journey through a digitally created psychedelic landscape, pushing the boundaries of web-based visual experiences.