> For the complete documentation index, see [llms.txt](https://wiki.malamaker.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.malamaker.org/projects/arcade-games/skee-ball-xtreme.md).

# Skee Ball Xtreme

The **Skee Ball Xtreme Alley** is a beloved arcade classic that blends nostalgia with fun. This page documents the journey of diagnosing, repairing, and restoring the game after its acquisition in **July 2023**. Whether you're restoring your own machine or exploring its mechanics, this guide aims to be a comprehensive resource.

{% embed url="<https://youtu.be/HXQS6p42uRM>" %}

***

## Features

* **Manufacturer:** Skee-Ball
* **Model:** Xtreme Alley
* **Dimensions:** H: 79″ W: 30″ D: 120″ Weight: 400lbs.
* **Special Features:**
  * LED score display
  * Ball return system

***

## Restoration Journey

### Initial Condition

* **Date Acquired:** July 2023
* **State:** All of the core parts came with the machine and the original purchase receipt.  The machine acrylic is cracked in some areas.  The marquee printing is separating from the acrylic and needs to be replaced.  The left 100 slot peg to keep the ball from getting stuck in the corner is missing.  Came with 5 skee balls and not the full 9 balls.
* **Issues Identified:**
  * Occasional miss on a few opto reflective sensors

### Diagnosis and Repairs

**Coming Soon!**

***

## Technical Resources

### Manual

{% file src="/files/Qz4EIipt9mH1iAEw6EoD" %}

### Diagrams

* Coming Soon!

### Parts and Suppliers

| Part Name  | Supplier         | Notes               |
| ---------- | ---------------- | ------------------- |
| \[Part #1] | \[Supplier Name] | \[Additional notes] |
| \[Part #2] | \[Supplier Name] | \[Additional notes] |

***

## Media

#### Gallery

* **Coming Soon!**

#### Videos

{% embed url="<https://youtu.be/myTYlf8VbMU>" %}

***

## Fun Facts

The **Skee-Ball Xtreme Alley** is a modern iteration of the classic Skee-Ball game, designed to enhance the traditional gameplay experience with contemporary features. While specific historical details about the Xtreme Alley model are limited, understanding the evolution of Skee-Ball provides valuable context.

**Origins of Skee-Ball**

Skee-Ball was invented and patented in 1908 by Joseph Fourestier Simpson in Vineland, New Jersey. The game quickly became a staple in arcades and amusement parks, captivating players with its simple yet challenging gameplay.

[Wikipedia](https://en.wikipedia.org/wiki/Skee-Ball?utm_source=chatgpt.com)

**Evolution of Skee-Ball Machines**

Over the years, Skee-Ball machines have undergone various transformations to keep pace with technological advancements and player preferences. These updates have included electronic scoring systems, enhanced lighting, and durable materials to improve longevity and user engagement. The introduction of models like the Xtreme Alley reflects the industry's efforts to modernize the game while preserving its nostalgic appeal.

**Skee-Ball Xtreme Alley Features**

The Skee-Ball Xtreme Alley is known for incorporating features such as:

* **Advanced Scoring Displays:** Utilizing LED technology for clear and dynamic score presentations.
* **Enhanced Durability:** Constructed with robust materials to withstand extensive use in both commercial and home settings.
* **Modern Aesthetics:** Featuring sleek designs and vibrant colors to attract a contemporary audience.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.malamaker.org/projects/arcade-games/skee-ball-xtreme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
