# Spacewar!<難易度 上下>

Spacewarは世界初のシューティングとして知られています。1962年に、MITの学生であった、Steve Russell(スティーブ ラッセル)らによって開発されました。

PDP1という、１0万～20万ドル(現在の価格で1億～2億円)で販売されていた、コンピュータの性能のデモンストレーションをするために作成されました。

<https://youtu.be/Rmvb4Hktv7U> <http://spacewar.oversigma.com/>

![](/files/-LAM15LCqnYvNVonaFCd)

Spacewarは、太陽系を舞台にした対戦ゲームです。中央にある太陽から受ける重力を考慮しながら、相手を撃破します。太陽に衝突、または、光子魚雷によって相手機を破壊することができます。

光子魚雷の発射、機体の旋回、機体の推進をすることができます。

## Scratchで再現しよう

<https://scratch.mit.edu/projects/78173242/>

次の章より、太陽から受ける重力を題材にしたゲームを作成していきます。


---

# Agent Instructions: 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:

```
GET https://firefirebook.firefirestyle.net/spacewar.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
