Art of Game Design Ch.8+9 Response

Brainstorming is necessary with all creative work. One way to make brainstorming work well is by listening to your subconscious and allowing it to voice its ideas and concepts. Allowing those ideas to come to flurision isn’t the goal the goal is to get creative thoughts going. The main thing is to take those weird …

Towards Minimalist Game Design Response

Minimalist game design is a quicker way to delve deep into the lore/story and choices in a game. The concept of minimalism also allows for more abstract worlds. These worlds don’t need to be photorealistic which allows an artist to play with their own visual style and literacy. Minimalist games are not simple in their …

Hello World! Processing. Response

Processing is a way for people to work together to create codes that are creative. Your code becomes a sketchbook. Sketchbooks in this case can also become something more fleshed out and are simply lines of code that create imagery. Birds flying together in the video made me want to try to remake the same …

JavaScript City

I created a surealist cityscape with JavaScript (p5.js). This is on the site called p5.js.org so feel free to make your own stuff. If you want to see how I did this its below. function setup() { createCanvas(800, 600); background(100,200,20); } function draw() { strokeWeight(0); stroke(200,400,20); rect(0,400,100,200); rect(90,350,75,250); rect(150,380,100,220); rect(350,300,90,350); triangle(700,0,850,0,750,60); strokeWeight(0); beginShape(); vertex(40,30); vertex(300,60); …

Design a site like this with WordPress.com
Get started