SFML community forums

General => SFML projects => Topic started by: Stormboy on March 28, 2014, 02:13:31 pm

Title: CoffeePong
Post by: Stormboy on March 28, 2014, 02:13:31 pm
Hiya! :D
I wanted to try out JSFML so that's why I've made this Pong clone in Java. It was a  neat experience (mainly because SFML is the SIMPLEST multimedia library that I've come across :))). Currently there isn't any sounds, but I'm going to add it once I look into the Audio module.

Controls:
Up - UP Key
Down - DOWN Key
Pause - P Key
(It is shown at game start btw ;))

Links:
Repo: https://bitbucket.org/StormboyXZ/coffeepong/
Binary: https://bitbucket.org/StormboyXZ/coffeepong/downloads

Screenshot:
(http://i.imgur.com/LUn1vTU.png)



Comments and suggestions are greatly welcome :D.
Title: CoffeePong
Post by: The Terminator on March 28, 2014, 08:32:55 pm
Nice game. Is the "coffee" in the name a reference to Java? :P
Title: Re: CoffeePong
Post by: Stormboy on March 28, 2014, 08:39:20 pm
@ The Terminator
Quote
Nice game.
Thanks! :D

Quote
Is the "coffee" in the name a reference to Java? :P
Yep xD.
Title: Re: CoffeePong
Post by: Cadisol87 on March 29, 2014, 01:18:18 am
Seems nice, but don't forget to turn VSync on or set a Framerate limit! Otherwise the Game uses a lot of system resources :)
Title: Re: CoffeePong
Post by: Stormboy on March 29, 2014, 08:55:45 am
Seems nice, but don't forget to turn VSync on or set a Framerate limit! Otherwise the Game uses a lot of system resources :)

Thanks for reminding  ;). I've turned VSync on :).