Skip to content

BecaLParker/battle_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battle

Makers Week 3 Pair-Programming challenge

What does this code do?

A simple web app to run a 2-player, monster-based battle game.

Setup

[INSERT]

How to use

[INERT Commands/instructions, examples, screen shots etc]

Build process

I collaborated with other @Makersacademy students to create this code.

Skills we were learning via this build

  • 👾 use an effective debugging process for web applications
  • 👾 debugging programs that use multiple languages
  • 👾 use a framework (Sinatra) in our code
  • 👾 structuring the code for apps that have user interaction and visual output
  • 👾 testing apps that have user interaction and visual output
  • 👾 tracing data between the browser and server

Concepts we explored through this build

  • 👾 the basics of how the web works (e.g. request/response, HTTP, HTML, CSS)
  • 👾 the MVC pattern
  • 👾 client/server/user relationships
  • 👾 HTTP is used to send information over the web
  • 👾 RESTful APIs
  • 👾 request/response cycle
  • 👾 Web templating with HTML/CSS