Desmond Ezo-Ojiledesmondezoojile.hashnode.dev·Nov 8, 2024Building a City-Based Maze Game with Dynamic Zombie AI: Technical Challenges, Code, and SolutionsFor our hackathon project, we designed a game where players navigate a city-based maze, avoiding zombies and collecting power-ups. Here’s a peek at the technical challenges and creative solutions we tackled to bring this game to life! We decided to...Discussjavascript game
Kofi / IllestpreachaProblog.illestpreacha.com·Oct 16, 2024Mathober2024_SetLineSecting2 For the 15th piece of Mathober2024, the 28th prompt: Set is used to showcase sets of intersecting lines that merge with other lines to make the colors seen on the screen. LineSecting2 coded with P5js, Hydra & Sonicpi is a remake of last ...DiscussMathober2024p5.js
Alexis Farmeralexisfarmer.hashnode.dev·Aug 17, 2024Improving Digger Part 2The main reason that I started this blog was to showcase my audio skills. So let's add some sound to digger. Before we do that, then a little bit about graphics and scaling and coordinates and stuff. If you are only interested in the audio part then ...Discuss·39 readsGame Development
Arnauld Alexarnauld-alex.com·Aug 4, 2024Introduction to Vectors for Autonomous Agents in P5.jsTL;DR 📝 This article introduces the fundamental concepts of vectors and their applications in creating autonomous agents using P5.js. It covers the definition and properties of vectors, basic vector operations (addition, subtraction, scalar multipli...DiscussExploring p5.jsvector
Legos Lightlegos.hashnode.dev·Jul 26, 2024I draw my snake in P5js :)I wrote a simple snake using p5js library. Demo The code Simply begin with an index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>snake ...DiscussProgramming & Algorithmssnake drawing
Arnauld Alexarnauld-alex.com·Jul 23, 2024Getting Started with P5.js in Visual Studio CodeTL;DR 📝 Setting up P5.js in Visual Studio Code involves installing VS Code, adding the p5.vscode extension, creating a new project, and using the Live Server extension to run your first sketch. Optionally, you can view your sketch directly in VS Cod...Discuss·59 readsExploring p5.jsvscode
Sammith S Bharadwajsammith.hashnode.dev·Jul 9, 2024TIL - pick's theoremSo I was wondering about finding area of an irregular shape as I was googling and surfing through youtube I found pick's theorem. This theorem provides a way to find area of a polygon in terms of integer points within it and and on the boundary: Im...Discusspicksalgorithm
Gannes Hospellkubist.hashnode.dev·May 6, 2024Perlin noiseA good random number generator produces numbers that have no discernible pattern to the numbers that are generated. In nature, even though there is randomness the behavior is not completely chaotic. We can simulate this behavior with Perlin noise. P...Discussp5.js
Kofi / IllestpreachaProblog.illestpreacha.com·Apr 25, 2024NaPoWriMo x NaPoGenMo 2024 Day 25 : Poetic Game PrototypingGuessTheRhyme For the 25th day of NaPoWriMo/NaPoGenMo 2024, "GuessTheRhyme" is coded in P5js and is prototype of a game, where the player tries to guess the scramble rhymes. Game https://illestpreacha.itch.io/guesstherhyme P5JS Code //medium version ...DiscussNaPoGenMo X NaPoWriMo 2024JavaScript
Kofi / IllestpreachaProblog.illestpreacha.com·Apr 18, 2024NaPoWriMo x NaPoGenMo 2024 Day 18: Numbers to PoetryFor the 18th day of NaPoGenMo/NaPoWriMo 2024, "Numerical Intentions" is coded in p5js and uses numbers in various bases to alter the poem. Interactive Poem https://illestpreacha.itch.io/numerical-intentions Partial Translations 13635 base-10 = AIR ba...DiscussNaPoGenMo X NaPoWriMo 2024Poetry