top of page
Silent Hill Pizza Delivery
Endless Driving Game
Roles
Game & Level Designer・ ゲーム&レベルデザイナー
Game Programmer・ プログラマー
Game Engine・ゲームエンジン: Unity
Programming Language・プローグラミング言語: C#
Tools・ソフト:Visual Studio, Audacity, FL Studio
Deliver Pizza・ピザを届けましょ
Silent Hill Pizza Delivery is an endless driving game that takes inspiration from Konami's Silent Hill. You play as a pizza delivery driver who receives an order from a strange town called Silent Hill. Along the way, you find barrels are trying to block your way! Smash through and deliver your fresh pizza!
「Silent Hill Pizza Delivery」は、「Konami」の「Silent Hill」にインスパイアされて作った endless driving game です。あなたはピザの宅配ドライバーとして、サイレントヒルと呼ばれる見知らぬ町から注文を受けます。途中、樽が道をブロックされるのを発見します。樽を潰して、ピザを届けよう!
Game Design・ゲームデザイン
At first I designed the roads that would spawn randomly. Some roads would have more barrels and others would have less. To balance the lower score value roads, I added a pizza powerup that grants x2 score to them.
Over time, the car moves faster and faster making it harder for the player to control. To further emphasise the feeling of urgency in the player, I also made the music play faster over time.
To make the game more interesting and challenging I awarded bonus score if the player can hit a barrel into another barrel.
最初はランダムに発生する道をデザインしました。樽がたくさんある道路もあれば、少ない道路もあります。また、スコアの低い道路とバランスを取るために、得点×2を付与するピザのパワーアップも追加しました。
また、時間が経つと車のスピードが速くなり、プレイヤーの運転が難しくなります。さらに、プレイヤーの緊張感を高めるために、音楽もだんだん速くなっていきます。
また、樽を他の樽にぶつけるとボーナススコアを獲得できるようにしました。
Level Design・レベルデザイン
The level is randomly generated at set locations when the car reaches a certain point on the current road. There are 5 different roads of varying barrel configurations. The background is a thick fog to both fit with the Silent Hill theme and obscure the player's sight.
レベルはランダムに作られます。車が道路のトリガーのところに行ったら、ランダムに道路が生成されます。全部で 5 種類の道路があります。背景は「サイレントヒル」のテーマに合わせると同時に、プレイヤーの視界を遮るために濃い霧になっています。
Road 1
![Road1.png](https://static.wixstatic.com/media/788103_f163e78778804c6f8db89b2118f4fed8~mv2.png/v1/fill/w_487,h_362,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Road1.png)
Road 2
![Road2.png](https://static.wixstatic.com/media/788103_090440ed25dd44e1a700c53d104bb7dd~mv2.png/v1/fill/w_487,h_363,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Road2.png)
Road 3
![Road3.png](https://static.wixstatic.com/media/788103_c24251e0daa6447c84867c7d0522c2c5~mv2.png/v1/fill/w_487,h_362,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Road3.png)
Road 4
![Road4.png](https://static.wixstatic.com/media/788103_17ae77f3e5064ee0a366e4cf765e04d6~mv2.png/v1/fill/w_487,h_362,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Road4.png)
Road 5
![Road5.png](https://static.wixstatic.com/media/788103_9bb5e9fed0a64cfda28f7700960ed4c1~mv2.png/v1/fill/w_487,h_361,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Road5.png)
Programming・プログラミング
Using my self taught C# knowledge I could write several scripts that defined the player control, game mechanics and UI in the game.
You can find my github repositories for Silent Hill Pizza Delivery here.
独学で学んだ C# の知識を使って、ゲーム内のプレイヤーコントロール、ゲームメカニックス、UI を定義するいくつかのスクリプトを作りました。
「Silent Hill Pizza Delivery」の githubリポジトリはこちらです。
Script Samples・スクリプトサンプル
Random Road Spawning Funcionality
![SHPD Scripts3.png](https://static.wixstatic.com/media/788103_a3572e1ef65e4ba5a8431923b669bd8b~mv2.png/v1/crop/x_110,y_179,w_1518,h_1074/fill/w_629,h_445,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/SHPD%20Scripts3.png)
Score UI Functionality
![SHPD Scripts2.png](https://static.wixstatic.com/media/788103_1949ec28bf0c4be6bf743855028bba2e~mv2.png/v1/crop/x_125,y_174,w_528,h_899/fill/w_325,h_554,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/SHPD%20Scripts2.png)
Vehicle Move Functionality
![SHPD Scripts1.png](https://static.wixstatic.com/media/788103_7ef14692d28341c682411994783722a1~mv2.png/v1/crop/x_119,y_177,w_680,h_1073/fill/w_395,h_623,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/SHPD%20Scripts1.png)
Pizza Power-Up Functionality
![SHPD Scripts4.png](https://static.wixstatic.com/media/788103_5e73c86d80764318a7ec2ba78c220ed7~mv2.png/v1/crop/x_113,y_179,w_1193,h_1078/fill/w_566,h_511,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/SHPD%20Scripts4.png)
bottom of page