Project 3

Our Process?

We used Bud's idea as a base but slimmed it down to better fit our scope. We then looked over the Circle Blast exercise for javascript game creation basics and thought about how we couldb apply what we learned from that exercise. From there, we put together a basic game loop and some components that we could show off for the prototype. Once the prototype was shown, we used the feedback we recieved to start crafting the final gameplay ideas and mechanics. We then went on to implement those mechaings and add nice touches before the deadline.

What We Each Did

Bud:
-Created Vector Class
-Made and implemented wall + door (and their collision!)
-Implemented local storage for high scores
-created level layout


Both:
-Worked on gameplay ideas
-Tweaked waves and difficulty
-Worked on collisions between the various objects


Tommy:
-Created Basic js file and game loops
-Implemented UI and menus
-Made and implemented player and ghosts
-Implemented spawns and ghost creation


Our Challenges and Successes

Our base gameplay idea is pretty unique. It's a mix of genres and is less of a tech-demo and something that is actually fun to play. It also has simple graphics, but they work, and the game generally all works together design-wise. We were able to add in quite a few features to keep things interesting. Sadly, we were unable to implement true pathfinding/autonomous agents to our enemies, although we did try.

How We Met the Requirements

We made sure to make all of our project deadlines (proposal, prototype, ect.). We used local storage with high scores as our additional HTML5 technology. We created plenty of classes for the game, and there aren't any game breaking bugs.

Sources (Project 3)

Circle Blast as baseline and in-class Keys demo.
-Professor Chin's Font tutorial!
-Nice, easy random integer function
-Nifty idea to use Math.trunc
-W3 Schools timer
-Reminder on centering (HTML)!
-Thank you to Eric Skiff for music!
-Thanks to a user called Xenocity, @Shades, on opengameart.org for the great sound effects!
-Howler Documentation

Project 1

'Final' Thoughts

I believe this is the best website I have created thus far. I met all the requirements, including but not limited to the ‘game treatment’, file structure, valid code, HTML structure, CSS, commenting appropriately, links, images, responsiveness (I am particularly proud of this one!), and spent a long time working on and thinking about the layout. I believe the extras really make the page come together, including the ‘breadcrumbs’ and how the page you are on is indicated by a different color menu text. The website colors fit with the game style as they are rather dark with light highlights, aiming for the light Halloween theme I plan on having. It is a sleek website where not too much is going on, something I was aiming for and I am satisfied with.

My Process?

My process was a self-contained one. I only referenced outside material for use once, using only my knowledge from class and previous experiences to create this website. I created a structure that made sense but was empty, then worked on my content and finally came around to the CSS.

Special Features?

The only special features I thought were worth mentioning were the transitions near the top (which to be honest are rather basic but still neat!) and the breadcrumbs on each page, showing a tree of links. If the website were to be expanded, the breadcrumbs are a great addition. While there is nothing I can think of worth mentioning as a special feature after that, I am proud of the foundation!

Sources (Project 1)

"Be Vietnam" Font
Idea for CSS "calc" for width