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: 22 days ago
JSON representation
Android game which uses Nearby API to play remotely with other player with no connection
- Host: GitHub
- URL: https://github.com/karmarama/nearbyPong
- Owner: karmarama
- License: mit
- Created: 2018-05-03T08:52:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T10:12:49.000Z (over 5 years ago)
- Last Synced: 2024-11-07T16:43:25.998Z (6 months ago)
- Language: Kotlin
- Homepage:
- Size: 1.26 MB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - karmarama/nearbyPong - Android game which uses Nearby API to play remotely with other player with no connection (Kotlin)
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 athttp://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.