top of page

DANGEROUS DAVE

This game was developed in JavaScript. It is a recreation of level 2 of the classic computer game, Dangerous Dave by John Romero. In this game the background was created using png images.

 

Objective:

 

The objective of the game is to apply physics in 2D like Gravity and Collision.

This game also uses different images to do animation to the environment and player.

 

Logic Design and Implementation:

 

The whole map is created using bit-mapping.

To make the environment animate different images are used periodically.

Collision detection and Gravity was implemented to control Dave movement.

 

The code is available here.

Dangerous Dave: About
bottom of page