Skip to content

Morenomdev/GAME

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mokepon Game

HTML5 CSS3 JavaScript NodeJS Express.js

A multiplayer battle game where players select creatures, navigate a map using Canvas, and battle opponents.

Tech Stack

  • Frontend: Vanilla JavaScript (ES6+), HTML5, CSS3, Canvas API.
  • Backend: Node.js server handling player IDs and coordinate updates.

Dependencies

This project relies on the following backend packages:

  • cors: ^2.8.5 - Handles Cross-Origin Resource Sharing.
  • express: ^5.2.1 - Web framework for Node.js.

Installation & Setup

  1. Clone the repository.
  2. Install dependencies:
    npm install
  3. Start the server:
    node index.js
  4. Open index.html in your browser.

About

Practice of game made with HTML, CSS ad JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors