0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

SCRAMBLE BALL

0
Last updated at Posted at 2022-11-29

目次

はじめに
ゲーム概要
開発環境
技術的アピールポイント
 オンライン環境の実装
 AI制御の実装
 トゥーンシェーダーの実装

はじめに

この記事は「SCRAMBLE BALL」というオンライン対戦ゲームの開発秘話です。
ぜひ最後まで楽しんで読んでください。

ゲーム概要

スクランブルボールは「チームと連携し、フィールドに隠されたボール見つけだし相手ゴールにトライを決める」
オンライン対戦型のパーティアクションゲームです。

オンラインでみんなと遊べるアクションゲームを目指しました。

開発環境

使用言語   : C++
開発環境   :Visual Studio 2019 community Version 16.9. 0
開発エンジン :Basecross64 ( https://github.com/WiZFramework/BaseCross64.git )

技術的アピールポイント

下記に技術的アピールポイントをまとめたURLを記載しています。
ぜひ読んでみてください。

オンライン環境の実装

AI制御の実装

トゥーンシェーダーの実装

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?