Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ananyaaaaww/coinage
https://github.com/ananyaaaaww/coinage
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ananyaaaaww/coinage
- Owner: ananyaaaaww
- Created: 2023-05-27T18:46:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-26T09:01:35.000Z (over 1 year ago)
- Last Synced: 2023-07-26T10:53:38.060Z (over 1 year ago)
- Language: Java
- Size: 2.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coinage - A Coin Game
The idea behind this project is to create a game which is simple yet fun and entertaining at the same time. The name of the application is Coinage. The game takes an inspiration from Mario Run and Flappy Bird. The game is a side scroller that involves a man who running. The user can make the man jump by tapping on the screen. The objective of the game is for the man to collect as many coins as possible and increase his score. There are bombs present with the coins on the screen. The player has to be cautious to not collect any bombs. Collecting a bomb leads to the end of the game.The game was developed using libGDX on Android Studio. libGDX is a free and open-source game-development application framework written in the Java programming language with some C and C++ components for performance dependent code. It allows for the development of desktop and mobile games by using the same code base. It is cross-platform, supporting Windows, Linux, Mac OS X, Android, iOS, BlackBerry and web browsers with WebGL support.
# Hardware Requirements
The hardware requirements are very minimal and the program can be run on most of the machines.
Processor Qualcomm: Snapdragon processor
Processor Speed :1.4 GHz
RAM: 2 GB
Storage Space: 10 GB
Display Resolution: 1024*768
Network: 5 Mbps.# Algorithm
score=0 gameState=0
if (gameState is 0)
if the player touches the screen gameState 1
end if
else if (gameState is 1) while(coincide with coins) score score+1
end of while
if(coincide with a bomb) gameState 2
end if
else if(gameState is 2) score 0# Screenshot