All Projects → kurehajime → Pong Command

kurehajime / Pong Command

Licence: mit
pong is not ping. pong is CLI game.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Pong Command

S25client
Return To The Roots (Settlers II(R) Clone)
Stars: ✭ 288 (+138.02%)
Mutual labels:  game, mac-osx
Teeworlds
A retro multiplayer shooter
Stars: ✭ 1,712 (+1314.88%)
Mutual labels:  game
Lambda Lantern
🧙 ‎‎ A 3D game about functional programming patterns. Uses PureScript Native, C++, and Panda3D.
Stars: ✭ 122 (+0.83%)
Mutual labels:  game
Openmf Archived
Abandoned C++ version. Contains useful format utils and parsers.
Stars: ✭ 123 (+1.65%)
Mutual labels:  game
P3d Legacy
Legacy repository for the Pokémon3D Visual Basic version
Stars: ✭ 122 (+0.83%)
Mutual labels:  game
Snake Ai Reinforcement
AI for Snake game trained from pixels using Deep Reinforcement Learning (DQN).
Stars: ✭ 123 (+1.65%)
Mutual labels:  game
Gamedev4noobs
Olá, sejam bem-vindos ao repositório _gamedev4noobs_ do Estúdio Vaca Roxa. O propósito desse repositório, além de contribuir para o projeto 4noobs, é ensinar o básico do desenvolvimento de jogos para iniciantes. Apresentando boas práticas e insumos para criar games incríveis.
Stars: ✭ 122 (+0.83%)
Mutual labels:  game
Egretcleangame
由egret引擎编写的小游戏
Stars: ✭ 125 (+3.31%)
Mutual labels:  game
Nano Win
GNU nano text editor for Windows [WARNING: The master branch is constantly rebased and force-pushed so don't expect it to be steady!! -end WARNING]
Stars: ✭ 123 (+1.65%)
Mutual labels:  console-application
Game with cocoscreater
学习cocosCreator开发的小游戏,有贪吃蛇,flappy bird, 2048等
Stars: ✭ 122 (+0.83%)
Mutual labels:  game
Openjk
Community effort to maintain and improve Jedi Academy (SP & MP) + Jedi Outcast (SP only) released by Raven Software
Stars: ✭ 1,641 (+1256.2%)
Mutual labels:  game
React Native Game
IOS and Android mobile app "Guess famous people" built with React Native
Stars: ✭ 122 (+0.83%)
Mutual labels:  game
Epitaph
https://mkremins.itch.io/epitaph
Stars: ✭ 123 (+1.65%)
Mutual labels:  game
Sgf
This is a Smart Game Foundation (Not Framework)
Stars: ✭ 122 (+0.83%)
Mutual labels:  game
Gmtk jam 2020
A short puzzle-platformer game made with Godot, running on GLES 2.0.
Stars: ✭ 124 (+2.48%)
Mutual labels:  game
Infinity Square Space
Infinity Square/Space. The prototype of the game is open source. Unity Asset.
Stars: ✭ 122 (+0.83%)
Mutual labels:  game
Towerdefense
A Tower Defense style game example in Unity
Stars: ✭ 122 (+0.83%)
Mutual labels:  game
Hilo3d
Hilo3d, a WebGL Rendering Engine.
Stars: ✭ 123 (+1.65%)
Mutual labels:  game
Destroyer
🔮💀🔮 Open-source lossless audio player
Stars: ✭ 125 (+3.31%)
Mutual labels:  mac-osx
Ratel
命令行斗地主!
Stars: ✭ 1,696 (+1301.65%)
Mutual labels:  game

pong-command

pong

Pong-command is a CLI game.

POng is Not pinG.

How to use.

1. Download Win/Mac OSX/Linux binary

Download here. Windows,MacOSX,Linux,BSD binary

2. Move file or Add directory to PATH

Mac OSX / Linux :

Copy a file into /usr/local/bin

cp ./pong /usr/local/bin/pong

Windows :

Add directory to PATH Environment Variable

3. pong

Run command.

$./pong <IP Address>

Start game.


                                                                     006 - 000
--------------------------------------------------------------------------------








                                                                      1
                                                                        9   ||
                                                                          2 ||
  ||                                                                      . ||
  ||                                                                    1   ||
  ||                                                                  6
  ||                                                                8
                                                                  .
                                                                1
                                                              .
                                                            1


--------------------------------------------------------------------------------
EXIT : ESC KEY


... or install by 'go get'

 go get -u github.com/kurehajime/pong-command/...

Caution:
wrong: go get -u github.com/kurehajime/pong-command
right: go get -u github.com/kurehajime/pong-command/...

Do not work? Please try it.

 GO111MODULE=off go get -u github.com/kurehajime/pong-command/...

LICENSE

This software is released under the MIT License, see LICENSE.txt.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].