Hello this is first time i try to make a small game by Libgdx, before i make this game i plan/design contruct for this game, but when i research and write by Libgdx, i think everything don’t like i throught.

LibGDX don’t have any layout, all object, image dont appear. I just see text..text…and text, text everywhere, so i need imagine everything in my mind, and i think handle collision is hardest cause i need make AI how to know collision left, right or behind the object then make effect on my object.

After this project, i can improve my skill about how to make a game, AI, knowledge more tool useful for libGDX example Overlab2d. Maybe next game i make i’ll use Overlab2d for support LibGDX have a nice graphics, gameplay.

Screen Shot 2013-11-05 at 2.25.44 PMToday, the web gaming applications become increasingly popular and diverse these apps are created from many different programming languages ​​. Today I would like to introduce a game demo written by three language are: html, css and javascript language and I already had one game name is BoomBoomBalloon at: BoomBoomBalloon demo you can try . The strength of this option is it easy to build to more platform used tool support create package like PhoneGap tool . I also uploaded to Google Play and the App Store . This demo can also share your score on social networks such as facebook, twitter, google plus .

About create the game demo .

+ HTML used to create the balloon as well as the interface for my game. There are 5 color of balloons and a special balloon that is their company logo . balloon popup from the different types will have different scores .

+ CSS support html and design the interface effect, balloons and balloons popup .

+ Javascript (here I use the JQuery library ) to handle speed of flying of balloons as well as the amount of time to complete a game, the sound, the background animation

Finally, thank everyone who took the time concerned . If you have any questions or complaints please email to me at email address: ttquang1063750@gmail.com . All of the comments that you contribute will help me improve experience in the further . Thank you again

javascript_logo_unofficial-300x300

Currently, Javascript language is not strangers for programmers . Today , I would like to introduce management parameters passed to a function in the javascript language . Unlike languages ​​such as C , C + + , Java … then the variable declaration should be cleared and the parameter passed to a function is fixed , if you want to pass the parameters more or less to the function defined before that it is impossible ( just as you can use methology like overloading in function) . So what is the difference ?

Javascript manage the parameters passed to the function through an array named arguments this is  a global array.

For example :

I declare a function as follows

function reciveArgument( ) {

/ / this function will return parameters that you passed

return arguments ;

}

and when I call this function with different parameters as following :

console.log ( reciveArgument ( ” Parameter 1 ” , ” Parameter 2 ” , ” Parameter 3 ” ) ) ;

when you open up your console in your browser and see

>>>[“Parameter 1”, “Parameter 2”, “Parameter 3”]

Try passing by numbers

console.log ( reciveArgument ( 1,2,3 ) ) ;

The  results returned as following:

>>[1, 2, 3]

So the arguments array is available in the function we do not need to care about  overload function . For example, you write function sum ( ) of natural numbers , then just do a shoulder operation as follows :

function sum( ) {

var total = 0 ;

for ( var i in arguments) {
total + = arguments [ i ] ;
}
return total;

}

and you call this function again with different parameters

console.log ( sum ( 1,2,3 ) ) ;

console.log ( sum ( 1,2,3,4,5 ) ) ;

The  results returned as following:

6

15

When you research the JavaScript language , you will find  more interesting things . Thank you

Dear our valued customers,

On the occasion of celebrating the New Year 2020, gumi Vietnam would like to wish our customers, partners and family a happy and prosperous new year.

In the past 2019, the trust and support of our valued customers – our partners and the spirit of tireless efforts of all employees of the company have helped gumi Vietnam make a turning point full of excitement.

With all due respect, we deeply thank you for accompanying us all the time and look forward to continuing to receive support in 2020 and the following years. We – gumi Vietnam will always try our best and continuously improve to provide you with the best products and services.

We are pleased to announce:
gumi Vietnam will take Tet holiday from January 23, 2020 to the end of January 29, 2020.
We will start working again on January 30, 2020.

During the holidays, we are unable to provide you with feedback and support.
If you need more information, please contact us at the following address: contact@gumiviet.com

Once again, we wish our customers and partners a beautiful new year with lots of joy, happiness with family and relatives.

Dear our valued customers and business partners,

gumi Vietnam would like express our sincere thanks for your trust over the past year.

Please be informed that our company will suspend transactions during the period of New Year Holiday according to the general provisions:

Time: from December 27, 2019 to January 1, 2020.
We will start trading again from January 2, 2020.

During the New Year holiday, we are sorry for the inconvenience that we are not able to deliver services or any further support in a timely manner.

If you have any question, please do not hesitate to contact us via email: contact@gumiviet.com

Wishing you a happy holiday!
Best Regards!

Dear our valued customers,

We are immensely grateful for your collaboration and support in our business relationship.

Due to Vietnamese National Independence Day 2/9, please be kindly informed that we, gumi Vietnam, will be temporarily closed on September 2nd (Mon).

Our rescheduled working day: September 3rd (Tue).

Accordingly, we are unable to send emails or provide our services. Should you have any questions, please do not hesitate to contact us.

Contact information: nhipham@gumiviet.com / contact@gumiviet.com

We wish you have a wonderful holiday.
Best regards,

Dear valued customers.

 

We are deeply grateful for your support to us.

Due to National holidays, please be informed that we, gumi Vietnam, will be closed

 

on the following days :

April 15th (Mon)

April 29th (Mon) – May 1st (Wed)

Rescheduled working day : May 4th (Sat)

 

Accordingly, we cannot reply to email nor provide our service. If you have any questions, please do not hesitate to contact us  

 

Contact information

(to Sodeno) sodeno-taishi@gumiviet.com (to us) : contact@gumiviet.com

 

Best Regards,

Dear valued customers.

 

We are deeply grateful for your support to us.

Due to the National holidays (Independence Day observed), please be informed that we, gumi Vietnam, will be closed

 

on the following days:

 

September 1st (Sat) – September 3rd (Mon)

 

Accordingly, we cannot reply to email nor provide our services on that day. If you have any questions, please do not hesitate to contact us.

 

Contact information

(to Sodeno) sodeno-taishi@gumiviet.com (to us) : contact@gumiviet.com

 

Best Regards,

We are looking for experienced Developers with experience in PHP.

This position will play the primary role to deliver high-quality projects to our customers and to boost our development team to a higher level. This is a key role in achieving further growth and requires a bright, focused and creative mind to do.

 

=====================================

[YOUR SKILLS AND EXPERIENCE]

#Require Skills

– 1+ years of experience

– Experience with HTML, CSS , JavaScript, ReactJS or  AngularJS or Angular.

– Learning/Experience: RoR or Python or NodeJS is a PLUS

– RESTful API web services

– Knowledge about OOP

– Able to write well-structured, maintainable code

– Knowledge about DB design, ORM, UNIX, IT-architecture, object oriented frameworks and beautiful code

– Fluent in English

#Big Plus +++++ Doesn’t require

– Design patterns.

– Knowledge about Git and preferably GitHub

– Hosting and deployment in the cloud – e.g. Amazon, Google

– Speaking Japanese

=====================================

[WHY YOU’LL LOVE WORKING HERE]

– Working in a professional, friendly, well-equipped environment both with Japanese and Vietnamese.

– Month 13th salary.

– Career path promotional opportunities

– Bonus base on performance.

– Labor contract ,insurance, annual days off are based on Vietnamese law.

– Birthday party, Welcome party, Team building events or monthly company party.

– Company trip each year.

– 40 hour work weeks (8:00-17:30, Mon-Fri)

– 14 days of vacation per year

=====================================

SALARY

– Negotiable

=====================================

CONTACT

– Address: 39 Nguyễn Thị Diệu, Quận 3, TP. Hồ Chí Minh

– Mail: contact@gumiviet.com

– Tel: 08 3930 2407

– Website : https://gumiviet.com

Job Description

Analyze requirement, discuss with technical team to propose solutions/estimation to customer

Be responsible for all project requirements in Vietnam side and help the development team to clarify if any unclear

Communicate with customer via phone, web meeting, and discuss question/issues via ticket system on all project related matters

Work closely with Project Manager to monitor, control project and report project status/progress to customer daily/weekly

Translate detail design, test cases from Japanese to Vietnamese or vice versa

Join the final test to make sure the delivery matched with customer expectation.

Skills

BS Degree in Computer Science/Engineering or related subject

Advanced Japanese level (N2 – above N3) and good communication skill

At least 1 year or 2 years of experience working as BSE position for offshore company and understand Japanese working style

Have negotiation skills to deal with customer on issues related to work content, quality, schedule etc

Understand software development process and outsourcing

Be able to read & understand technical specifications in English language is a plus

Knowledge and experience to make basic design and detail design

Benefits

  • Working in a professional, friendly, well-equipped environment both with Japanese and Vietnamese.
  • Month 13th salary.
  • Career path promotional opportunities
  • Bonus base on performance.
  • Labor contract ,insurance, annual days off are based on Vietnamese law.
  • Birthday party, Welcome party, Team building events or monthly company party.
  • Company trip each year.
  • 40 hour work weeks (8:00-17:30, Mon-Fri)
  • 14 days of vacation per year

SALARY

  •  Negotiable

CONTACT

  • Address: 39 Nguyễn Thị Diệu, Quận 3, TP. Hồ Chí Minh
  • Mail: contact@gumiviet.com
  • Tel: 08 3930 2407 – 0937141147 (Ms.Nhi)