Skip to content

ssuish/escape-the-chasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Escape the Chasm

License GitHub issues GitHub stars

🕹️ Overview

Escape the Chasm is a game/project written primarily in TypeScript. Players must navigate challenging environments and solve puzzles to escape a mysterious chasm. The project is designed to be extensible and is built with modern web technologies.

✨ Features

  • Immersive gameplay with puzzle and action elements
  • Responsive UI built with TypeScript and modern web standards
  • Modular codebase for easy maintenance and feature extension
  • Customizable levels and assets
  • Cross-browser support

🚀 Getting Started

Prerequisites

Installation

git clone https://github.com/ssuish/escape-the-chasm.git
cd escape-the-chasm
npm install   # or yarn install

Running Locally

npm run start   # or yarn start

The application will be available at http://localhost:3000 (or the configured port).

Building for Production

yarn build

🗂️ Project Structure

.
├── src/              # Main source code (TypeScript)
├── public/           # Static assets (images, icons, sounds)
├── dist/             # Production build output
├── package.json      # Project metadata and scripts
├── README.md         # This file
└── ...

🛠️ Technologies Used

  • TypeScript – main programming language

📦 Scripts

Script Description

🧑‍💻 Contributing

Contributions are welcome! Please see CONTRIBUTING.md for guidelines.

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/your-feature)
  3. Commit your changes
  4. Push to the branch (git push origin feature/your-feature)
  5. Open a Pull Request

🐞 Issues

If you encounter any bugs or have feature requests, please open an issue.

📄 License

This project is licensed under the terms of the MIT License.


Happy gaming! Escape the chasm if you can...

About

An online action-platformer multiplayer built with React, Unity WebGL, and tRPC (to be migrated).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •