Skip to content

Commit

Permalink
Added Resources For Video Game Developers
Browse files Browse the repository at this point in the history
  • Loading branch information
marvelefe committed Jun 19, 2021
1 parent 435c7e7 commit 1a885ab
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/datasource/DB.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,30 @@ const links = [
name: 'Nginx',
link: 'https://www.nginx.com/blog/'
},
{
name: 'Nintendo',
link: 'https://developer.nintendo.com/'
},
{
name: 'ELECTRONIC ARTS',
link: 'https://www.ea.com/technology'
},
{
name: 'Activision',
link: 'https://research.activision.com/'
},
{
name: 'Ubisoft',
link: 'https://montreal.ubisoft.com/en/tech-blog/'
},
{
name: 'Unreal Engine',
link: 'https://www.unrealengine.com/en-US/feed/tech-blog'
},
{
name: 'Unity',
link: 'https://blog.unity.com/technology'
},
];

export default links;

0 comments on commit 1a885ab

Please sign in to comment.