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.
- 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
git clone https://github.com/ssuish/escape-the-chasm.git
cd escape-the-chasm
npm install # or yarn install
npm run start # or yarn start
The application will be available at http://localhost:3000
(or the configured port).
yarn build
.
├── 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
└── ...
- TypeScript – main programming language
Script | Description |
---|
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
- Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature
) - Commit your changes
- Push to the branch (
git push origin feature/your-feature
) - Open a Pull Request
If you encounter any bugs or have feature requests, please open an issue.
This project is licensed under the terms of the MIT License.
Happy gaming! Escape the chasm if you can...