karmarama / nearbyPong

Android game which uses Nearby API to play remotely with other player with no connection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nearbyPong

It's an Android game which uses Nearby API to interact with other users. The user can to connect with another user in the same area using Bluetooth and Wifi to establish a connection, but they might not be necessary connected to any common network.

The Pong game is applied as the main concept of the game and also the Tron Legacy film theme.

Getting Started

Compile the project with Android Studio 4.0

Libraries Used

  • AndroidX Room for data persistance.
  • Firebase for enabling Nearby API use.
  • Nearby for peer-to-peer networking API.
  • Moshi for cache storage.
  • Rx for reactive style programming.

License

Copyright 2019 Fernando Prieto Moyano

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Android game which uses Nearby API to play remotely with other player with no connection

License:MIT License


Languages

Language:Kotlin 100.0%