From 37b648b3d1eabaad593e9ad1d49cc232221173a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Fri, 17 Nov 2023 10:37:02 +0900 Subject: [PATCH] =?UTF-8?q?=E5=8B=89=E5=BC=B7=E7=82=B9=E3=82=92=E7=99=BA?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 035610b..2a5231c 100644 --- a/README.md +++ b/README.md @@ -6,26 +6,32 @@ このpongゲームはレベルアップシステムがあり、レベルが上がると徐々に難しくなります。\ また、NPCが10ポイントを獲得すると、ゲームオーバーになります。 -## GNU/Linux +## 勉強点 +* C++、超ひさしぶりですから(´・ω・`) +* SDL2(今まではC言語だけで座ったことがある) +* フォントライブラリ +* スコア +* プレイヤーの移動 +* NPCの移動 +* レベルアップ +* ゲームオーバー +* ゲームループ + +## ソフト +* SDL2 +* SDL2_ttf + +## Linux ```sh make -doas make install PREFIX=/usr ``` -## OpenBSD、FreeBSD +## \*BSD ```sh gmake -doas gmake install ``` -## OpenIndiana +## Illumos ```sh -gmake -sudo gmake install PREFIX=/usr -``` - -## NetBSD -```sh -gmake -doas gmake install PREFIX=/usr/pkg +gmake PREFIX=/usr ```