Space Chat Application
Details about the application
The basic functionality of this application is to provide socializing between the users. They are flying in virtual space with space ship, and meet together. After that they can make conversation between them (chat).
In this Application we are using:
- Objective C
- OpenGL ES to render graphics in the application
- Simple Touch interface to get input from the player
- Textures and Texture Atlases, and binding textures
- Making Particle system (particles)
- Peer to Peer Network Communication model
- Bonjour service for publishing our application and looking for other online users with the same application
- Working with Sockets and configuring them
- Resolving a Discovered Service using Network Streams
