Not Another Pong Game

Not Another Pong Game

by Bill98
버그 신고
게임 신고
Loading ad...

Not Another Pong Game

평점:
2.9
출시일: May 02, 2020
최종 업데이트: May 06, 2020
개발자: Bill98

Not Another Pong Game의 태그

설명

또 다른 퐁 게임은 예상 못 하셨죠? *사실 거짓말이었어요*. 저는 항상 제 게임을 만들고 싶었고, 모든 튜토리얼에서는 개발자로 첫걸음을 뗄 때 퐁을 만들어보라고 하더군요. 그래서 여기, 제 버전의 퐁을 선보입니다. 3가지 난이도로 원하는 난이도를 선택할 수 있어요. 업적 시스템도 있어서, 업적 모으는 재미도 있습니다. 2인 플레이 모드도 지원하니 친구와 함께 즐기세요. 그리고 클래식 퐁에 질린 분들을 위해 파워업 모드도 준비되어 있어 지루할 틈이 없어요. P.S. 썰렁한 농담과 평범한 유머도 포함되어 있습니다.

플레이 방법

방향키/WS/IK - 이동. M - 음소거. Q - 품질(게임 내). R - 재시작(일시정지 또는 게임 오버 화면에서만). B - 메뉴로 돌아가기(게임 오버 후에만)

개발자 업데이트

May 6, 2020 6:47am

Patch 1:
Fixed a UI bug in Modern Mode
Fixed a sound issue

댓글

0/1000
TubularThe9th avatar

TubularThe9th

May. 15, 2020

2
0

More input, I noticed how to get the game breaker achievement ;) Also, the thing I noticed with the opponent AI is that it jiggles, which can make it screw up. What I would suggest trying is maybe attempting to do a glide, to basically track where the ball is on the screen, storing that info as a variable, and gliding accordingly, if it works or not.

celtmax avatar

celtmax

May. 05, 2020

1
0

Hey Bill, as it's your first game I think you did a good job. Pong can never become boring :) Just some unimportant observations: Difficulties impacting the speed of an AI player are ok, unfortunately the only way how to defeat even the normal opponent is to hit the ball with the side of your bat since any other part of the bat doesn't affect the ball enough. Modern modes with few improvements are always good, but this one is confusing me somehow - so many icons can prepare a ball hell :) And after finishing the two player mode in modern version the control buttons become unaccessible so you have to reload the whole webpage.

Bill98
Bill98 개발자

I agree with the part that you have to hit the ball with the side. The idea to introduce another mechanism to affect the ball crossed my mind but I discarded it to save time. Thank you for the feedback and for reporting that bug, it is now fixed.

penleo avatar

penleo

May. 07, 2020

1
0

I think the game is pretty good. You kept it small and organized, without bugs and problems. I like that you implemented achievements, though I dont think that you need graphics settings here, as there is no mayor difference in quality.

Bill98
Bill98 개발자

Thank you for the feedback :). You are right about the graphics, the difference, both visual and in performance, is unnoticeable. Like pretty much everything else in the game I did it mostly to get experience for future games.

TubularThe9th avatar

TubularThe9th

May. 15, 2020

0
0

Nice job! The AI works pretty well, and it reacts appropriately to the player's decisions. One part I found kinda funny is that if you hit the ball in a very certain way, it panics extremely hard. This only happened once, though.

EPGstudios avatar

EPGstudios

May. 08, 2020

0
0

"I always wanted to make my own games and every tutorial ever created claimed that pong should be the first game you try when taking your first steps as a developer." Not sure if I agree with that statement. I've been a developer for a long time, and I think there was only one time when I implemented pong, and even then, I was building off a mostly completed game.
(I also think pong has a few problems, but seeing as you've basically copied Pong Verbatim, those aren't your fault). A pretty solid first game!

Bill98
Bill98 개발자

I didn't mean that making a pong is a must do for every developer, it just seems to be a good way to familiarize with the process and gradually improve yourself, tha't what I read (and hope). Thank you for the review, it means a lot.