Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karmarama/nearbyPong

Android game which uses Nearby API to play remotely with other player with no connection
https://github.com/karmarama/nearbyPong

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# nearbyPong

It's an Android game which uses [Nearby API][0] 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][1] is applied as the main concept of the game and also the [Tron Legacy][2] film theme.

[0]: https://developers.google.com/nearby/
[1]: https://en.wikipedia.org/wiki/Pong
[2]: https://www.filmaffinity.com/es/film589915.html

## Getting Started

Compile the project with Android Studio 4.0

## Libraries Used

* [AndroidX Room][3] for data persistance.
* [Firebase][4] for enabling Nearby API use.
* [Nearby][5] for peer-to-peer networking API.
* [Moshi][6] for cache storage.
* [Rx][7] for reactive style programming.

[3]: https://developer.android.com/training/data-storage/room
[4]: https://firebase.google.com/docs/android/setup
[5]: https://developers.google.com/nearby/connections/overview
[6]: https://github.com/square/moshi
[7]: https://github.com/ReactiveX/RxAndroid

# 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.