KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Asobimasu
★ 21
Open GitHub ↗
Games for android
Download README (.md)
Explore Similar Repositories
vue-shop
:
使用 vue + sass + pug + vue-component-class 模仿DOKODEMO 首页的项目。
go-past
:
Go implementation of Platform-Agnostic Security Tokens
ibuild
:
Build multi-architecture iOS libraries from build systems like CMake, Make, and Xcode.
Tuneolator
:
STM32F1 wavetable synthesis
SwitchBetweenCustomToolBarAndTabBar
:
系列教程示例工程
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Asobimasu
?
Download (.md)
# Asobimasu [](https://travis-ci.org/DipanshKhandelwal/Asobimasu) Games for android ## Screenshots ### Chess <table> <tr> <td><img src="screenshots/Chess.png" height = "480" width="270"></td> </tr> </table> ### Gravity Balls <table> <tr> <td><img src="screenshots/gravityballs_1.png" height = "480" width="270"></td> <td><img src="screenshots/gravityballs_2.png" height = "480" width="270"></td> </tr> </table> ### Connect4 <table> <tr> <td><img src="screenshots/connect4_screenshot.jpeg" height = "480" width="270"></td> </tr> </table> ## How to launch the project locally 1. Download **[Android Studio](https://developer.android.com/studio/index.html)** from the Google Developers site or using this [link](https://developer.android.com/studio/index.html). 2. Install the file to your pc. 3. Download the required **SDK(Standard Development Kit) Tools** . 4. **[Clone the repository](https://github.com/DipanshKhandelwal/Asobimasu.git)** from : "https://github.com/DipanshKhandelwal/Asobimasu.git" . `bash git clone --recursive https://github.com/DipanshKhandelwal/Asobimasu.git ` 5. Open the project in Android Studio. 6. For launching the project you can either : 1. **Install emulator** * For this you must have **HAMX (Hardware Accelerated Execution Manager)** installed in Android Studio IDE. * To install **[HAMX (Hardware Accelerated Execution Manager)](https://stackoverflow.com/questions/29136173/emulator-error-x86-emulation-currently-requires-hardware-acceleration)** refer here. * You can download it at the time of installation of the Android Studio or install it afterwards in the **SDK manager**. * Use your **AVD manager** for launching the app. 2. **Use your Android Phone** * For using your phone, firstly connect your Android Phone with the pc using a data cable. * Go to the Settings > Developers Setting. * **Allow USB debugging**. * **Run** the project from the Android Studio IDE.