A convenient way to view every screen from the classic Atari 2600 game Pitfall!. This tool provides a visual representation of all 255 game screens, allowing enthusiasts and developers to explore the game's layout and design.
- Interactive visualization of all 255 Pitfall! screens
- Zoom and pan functionality for detailed exploration
- Built with modern web technologies (TypeScript, React)
- Responsive design for various screen sizes
Explore the Pitfall Level Viewer in action: https://philjonas.github.io/pitfall-level-viewer/
-
Clone the repository:
git clone https://github.com/pjfrontend/pitfall-level-viewer.git cd pitfall-level-viewer
-
Install dependencies:
yarn install
-
Start the development server:
yarn start
The application will be available at
http://localhost:3000
.
yarn start
: Runs the app in development mode.yarn build
: Builds the app for production.yarn test
: Launches the test runner.yarn lint
: Runs linting on the codebase.
src/
: Main source code directorypublic/
: Static assets and HTML templatedocs/
: Live version (via GitHub Pages).vscode/
: Visual Studio Code workspace settings
Contributions are welcome! Feel free to fork the repository and submit pull requests to enhance the viewer or fix issues.
This project is open-source and available under the MIT License.