Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bl33h/altamhtmlonly
Embark on an immersive journey through realities in the ALTAM Experiment. Crafted with HTML and images, make choices that shape the story's outcome.
https://github.com/bl33h/altamhtmlonly
choices game html netlify text-based-game
Last synced: 24 days ago
JSON representation
Embark on an immersive journey through realities in the ALTAM Experiment. Crafted with HTML and images, make choices that shape the story's outcome.
- Host: GitHub
- URL: https://github.com/bl33h/altamhtmlonly
- Owner: bl33h
- Created: 2023-01-29T03:54:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T17:26:22.000Z (over 1 year ago)
- Last Synced: 2024-11-20T20:35:45.020Z (3 months ago)
- Topics: choices, game, html, netlify, text-based-game
- Language: HTML
- Homepage: https://altam.netlify.app/
- Size: 31.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# altamHTMLonly
The Altam Experiment is a short text-based story crafted solely with HTML and images. Immerse yourself in a captivating journey through different realities and make choices that will shape the course of the story.
![]()
## Files
- src: the file that implements de solution.
- img: media files.## How To Use
To clone and run this application, you'll need [Git](https://git-scm.com) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/bl33h/altamHTMLonly# Run the app
$ python -m hhtp.server
```