Skip to main content

Review game pokemon go.

Pokemon go game yang sekarang lagi booming banget di seluruh dunia ini. Di indonesia sendiri pokemon go belum rilis secara resmi tapi kalo mau maen bisa cari2 apk nya do internet trus download abia itu instal deh

Pertama kali masuk game ini kita sign up pake gmail trus kita bakalan disuruh pilih avatar, bisa di kostumisasi dari wajah, topi, rambut, baju, celana, tas, kaus kaki dan spatu. Abis itu ada penjelasan mengenai game nya. Uda deh trus kita maen game nya.

Sebelum maen jangan lupa buat nyalain gps nya soal nya ini game pake posisi kita di dunia nyata buat di game nya. Nah kalo ada tulisan eror gini failed detect location bisa kita akalin , cara nya gimana kita masuk ke pengaturan terus cari deh yang tulisan nya mengizinkan lokasi palsu nya kita matiin ato jangan di centang, uda deh kita main lagi.





Cara maen nya sebener nya sederhana, kita dibuat jalan2 buat nyari pokemon nya, nah klo ada pokemon yang uda deket bakalan muncul deh pokemon nya trus di tangkep deh pake bola pokemon, cara liat pokemon nya ada 2 cara. Pake kamera & ga pake kamera. Nih kira2 screenshoot nya.





nah kalo uda nemu pokemon kita klik deh pokemon nya buat nangkep pokemon, trus lempar deh bola nya, nih screnshoot nya





Nah ada juga yang nama nya pokestop, biasa nya pokestop itu tempat2 umum kaya masjid, stasiun dll. Di pokestop kita bisa dapet item item buat maen game, kaya bola pokemon, telur dll. Cara gimana, ya datengin aja. Klo uda deket di klik deh. Nanti keluar gambar nya. Abis itu di puter2 gambar nya nanti keluar deh item nya, oia ada trik ni buat yang males jalan jauh. Kita bisa loh nungguin disitu terus, tunggu aja sampe pokestop nya jadi warna biru lagi, kan kalo uda di ambil item di pokestop nya jadi warna ungu tungguin aja biar jadi biru lagi. Bisa ngambil lagi deh, kira2 5-10menitan lah nungguin nya.nih kira2 gni screenshot nya










Trus ada lagi nama nya gym. Disini tempat buat ngelatih pokemon & battle pokemon. Buat masuk gym ini harus lv 5 dulu. Klo blm lv 5 ga bisa masuk gym. Nih kira2 gni screenshot nya. Saya blm bisa masuk gym bru lv 4. Heheheh.

oia buat yang belum punya apk game nya bisa download di apkmiror, 
buat download dari apk miror disini
buat download dari google drive disini

HP yang saya pake adalah xiaomi redmi 2. trimaksih.


Oke sekian dlu cerita kali ini. Jika masih ada kesempatan akan saya tulis artikel selanjut nya

Salam,
Deni.



Comments

Popular posts from this blog

Section 6 Quiz Oracle Database Programming with SQL

Section 6 Quiz             (Answer all questions in this section)                                                             1.         Given the following descriptions of the employees and jobs tables, which of the following scripts will display each employee ï¾’ s possible minimum and maximum salaries based on their job title? EMPLOYEES Table: Name   Null?    Type EMPLOYEE_ID          NOT NULL     NUMBER (6) FIRST_NAME             VARCHAR2 (20) LAST_NAME  NOT NULL     VARCHAR2 (25) EMAIL NOT NULL     VARCHAR2 (25) PHONE_NUMBER                  VARCHAR2 (20) HIRE_DATE   NOT NULL     DATE JOB_ID           NOT NULL     VARCHAR2 (10) SALARY                     NUMBER (8,2) COMMISSION_PCT                NUMBER (2,2) MANAGER_ID                       NUMBER (6) DEPARTMENT_ID                 NUMBER (4) JOBS Table: Name   Null?    Type JOB_ID           NOT NULL     VARCHAR2 (10) JOB_TITLE     NOT NULL     VARCHAR2 (35) MIN_SALARY                      

Section 10 Quiz Database Programming With SQL

Section 10 Quiz             (Answer all questions in this section) 1.         A multiple-row operator expects how many values?   Mark for Review (1) Points             One or more (*)             Only one             Two or more             None 2.         The salary column of the f_staffs table contains the following values: 4000 5050 6000 11000 23000 Which of the following statements will return the last_name and first_name of those employees who earn more than 5000?  Mark for Review (1) Points             SELECT last_name, first_name FROM f_staffs WHERE salary IN (SELECT last_name, first_name FROM f_staffs WHERE salary <5000 o:p="">             SELECT last_name, first_name FROM f_staffs WHERE salary = (SELECT salary FROM f_staffs WHERE salary < 5000);             SELECT last_name, first_name FROM f_staffs WHERE salary IN (SELECT salary FROM f_staffs WHERE salary > 5000); (*)             SELEC

Section 2 Quiz Database Design Oracle

Section 2 Quiz             (Answer all questions in this section) 1.         An Entity Relationship model is independent of the hardware or software used for implementation. True or False?  Mark for Review (1) Points             True (*)             False 2.         A well structured ERD will show only some parts of the finished data model. You should never try to model the entire system in one diagram, no matter how small the diagram might be. True or False?           Mark for Review (1) Points             True             False (*) 3.         The purpose of an ERD is to document the proposed system and facilitate discussion and understanding of the requirements captured by the developer. True or False?          Mark for Review (1) Points             True (*)             False 4. Documenting Business Requirements helps developers control the scope of the system and prevents users from claiming that the new system does not meet their business req