Skip to content

This repository contains a project, which has a little game called "KillEmAll". This game is written in JavaScript, with p5.js library. This is a 2D game and its purpose, as its name states, is to kill all the other players in a match, the last remaining player to be alive being the winner of that particular match. Every player is able to shoot …

Notifications You must be signed in to change notification settings

tomaAlex/KillEmAll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KillEmAll

This repository contains a project, which has a little game called "KillEmAll". This game is written in JavaScript, with p5.js library. This is a 2D game and its purpose, as its name states, is to kill all the other players in a match, the last remaining player to be alive being the winner of that particular match. Every player is able to shoot bullets into its enemies, in order to kill them, but the enemies can defend themselves, by drawing walls on the map. which are "solid" objects, so that a wall might represent a shield. However, walls are being made from a finite number of circles, so a player cannot abuse the use of the walls. Also, after a finite amount of time, a wall would be deleted from the map, so the map does not become an unplayable place (for sample: some player could, eventually, draw a full wall around itself, so none of the players left on the map could attack itself.

About

This repository contains a project, which has a little game called "KillEmAll". This game is written in JavaScript, with p5.js library. This is a 2D game and its purpose, as its name states, is to kill all the other players in a match, the last remaining player to be alive being the winner of that particular match. Every player is able to shoot …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published