JavaScript Logic Game Project:
Flop Trumps
WDI Project 1
For my first GA project I was tasked with building a
simple logic game using JavaScript, jQuery, CSS and
HTML. I created a footballer top-trumps game, pitting
a single player against the CPU, which I programmed
to automatically select the highest available attribute
on the randomly selected card. Over the course of
building this app I learnt a lot about control flow in
Javascript, as well as the aesthetics of a single page
app.