Single landing page for /games subsite on my website.
Go to file
Brian Fertig 137d24292d Update game cards to feature Zenith Vector and remove older games
This commit updates the main game showcase section to highlight the new Zenith Vector game while removing the legacy Tetris, Snake, Frogger, and Breakout game cards. The Space Invaders card was updated with a new image and link to the Zenith Vector directory.
2025-08-03 13:03:32 -06:00
README.md Updates 2025-08-02 21:05:04 -06:00
coyote-gulch.png Updates 2025-08-02 21:05:04 -06:00
index.html Update game cards to feature Zenith Vector and remove older games 2025-08-03 13:03:32 -06:00
zenith-vector.png Update game cards to feature Zenith Vector and remove older games 2025-08-03 13:03:32 -06:00

README.md

Project Name

License GitHub stars

A brief description of what your project does and its main features.

Table of Contents

Features

  • Feature 1
  • Feature 2
  • Feature 3
  • And more...

Installation

To install and set up the project, follow these steps:

git clone https://github.com/username/repo-name.git
cd repo-name
npm install  # or pip install -r requirements.txt for Python projects

Prerequisites

List any prerequisites needed to run your project:

  • Node.js v14+
  • Python 3.8+
  • Other dependencies...

Usage

Explain how to use your project with examples:

// Example code snippet
const example = require('example-package');

example.function();

Configuration

Describe any configuration options or environment variables needed.

Contributing

We welcome contributions! Please follow these steps:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a pull request

Code Style

  • Follow ESLint for JavaScript projects
  • Use Prettier for code formatting
  • Maintain consistent naming conventions

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration from other projects
  • etc.