Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: CoffeePong  (Read 2965 times)

0 Members and 1 Guest are viewing this topic.

Stormboy

  • Newbie
  • *
  • Posts: 10
  • Don't let anything stop you in life. Just move on.
    • View Profile
CoffeePong
« 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:




Comments and suggestions are greatly welcome :D.
« Last Edit: March 28, 2014, 02:15:19 pm by Stormboy »

The Terminator

  • Full Member
  • ***
  • Posts: 224
  • Windows and Mac C++ Developer
    • View Profile
CoffeePong
« Reply #1 on: March 28, 2014, 08:32:55 pm »
Nice game. Is the "coffee" in the name a reference to Java? :P
Current Projects:
Technoport

Stormboy

  • Newbie
  • *
  • Posts: 10
  • Don't let anything stop you in life. Just move on.
    • View Profile
Re: CoffeePong
« Reply #2 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.

Cadisol87

  • Full Member
  • ***
  • Posts: 129
  • C++ Programmer
    • View Profile
Re: CoffeePong
« Reply #3 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 :)

Stormboy

  • Newbie
  • *
  • Posts: 10
  • Don't let anything stop you in life. Just move on.
    • View Profile
Re: CoffeePong
« Reply #4 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 :).

 

anything