Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Dodging Game

A simple browser-based arcade game where the player controls an object and must avoid colliding with incoming obstacles for as long as possible.

Overview

This project is a lightweight HTML5 web game built to run directly in the browser.
The gameplay is centered around movement, reaction time, and survival:

  • You control a player object.
  • Obstacles move toward the player.
  • The objective is to avoid collisions and survive as long as possible.

Gameplay

The core mechanic is straightforward:

  1. Start the game.
  2. Move the player object to avoid incoming objects.
  3. Keep dodging for as long as possible.
  4. The game ends when a collision happens.

Tech Stack

  • HTML5
  • JavaScript
  • PixiJS

Running the Game

Because the project is browser-based, you can usually run it by opening the main HTML file in your browser.

Option 1: Open directly

Open the main .html file in a browser.

Option 2: Serve locally

For better compatibility, run it through a local development server.

For example, if you use Python:

python -m http.server

Then open the local address in your browser.

Project Purpose

This project is being used as a small playable browser game prototype / demo.

Important Note About Authorship

This game was generated using AI assistance, and I do not want to misrepresent that work as fully hand-written by me.

To be fully transparent:

  • I own and maintain this project instance / output.
  • The game code itself was generated with AI assistance.
  • I may review, run, organize, adapt, or reuse the generated result, but I am not claiming full original authorship of the game implementation.

This note is included intentionally so the project documentation accurately reflects how the game was produced.

Notes

If you plan to continue developing this game, possible future improvements could include:

  • score tracking
  • increasing difficulty over time
  • sound effects and music
  • restart / pause system
  • mobile touch controls
  • better visual feedback for collisions
  • menus and polish for publishing

License

No license has been defined yet. Add one if you plan to distribute or publish the project publicly.

About

A simple game created using HTML, CSS, JS and the Poki SDK.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages