Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/misterpeddy/2110pong
Crude implementation of a pong game for CS2110 Students
https://github.com/misterpeddy/2110pong
Last synced: 3 months ago
JSON representation
Crude implementation of a pong game for CS2110 Students
- Host: GitHub
- URL: https://github.com/misterpeddy/2110pong
- Owner: misterpeddy
- Created: 2014-11-24T04:09:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T06:09:52.000Z (over 5 years ago)
- Last Synced: 2024-10-08T12:59:06.913Z (3 months ago)
- Language: Jupyter Notebook
- Size: 1.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
2110Pong
========Crude implementation of a pong game for CS2110 Students
**NOTE**
This project was made using Android Studio not Eclipse, so if you're using Eclipse, chances are, you will not be able to just import it.
But, all you need are the following:
-> GameActivit.java (located in /app/src/main/java/com.pedapps.cs2110Example/)
-> activity_game.xml (located in /app/src/main/res/layout/)
-> ball.png and paddle.png (located in /app/src/main/res/drawable-hdpi/)If you copy these guys into a brand new Eclipse project, you should be able to run it. But really, all you need to do is make sure you understand the code. If you understand it, you can employ the same technique to make your own example work.
Hope this was somewhat helpful :)